#F23023

Color #F23023 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #F23023

Tints of Red Orange #F23023

Color information

#F23023 (or 0xF23023) is unknown color: approx Red Orange. HEX triplet: F2, 30 and 23. RGB value is (242,48,35). Sum of RGB (Red+Green+Blue) = 242+48+35=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F23023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23023 is #0DCFDC. Grayscale: #686868. Windows color (decimal): -905181 or 2306290. OLE color: 2306290.

HSL color Cylindrical-coordinate representation of color #F23023: hue angle of 3.77º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F23023 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB2424835-
CMYK00.800.860.05
HSL3.77º88.84%54.31%-
HSV(B)3.77º85.54%94.9%-
XYZ37.9821.113.66-
YUV104.5288.77226.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 74.46%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 35 (14.06% from 255) = 10.77%
R=74.46%
G=14.77%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242483500.800.860.053.7788.8454.31
HexF2302305056545936
Octal362604301201265413166
Binary111100101100001000110101000010101101011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23023; }

 p { color: rgb(242,48,35); }

 H1.HeaderClassName
 {
   color: #F23023;
 }
 .AnyTagClassName
 {
   color: #F23023;
 }
</style>
background-color css

<style>
 a { background-color: #F23023; }

 a { background-color: rgb(242,48,35); }

 div.DivClassName
 {
   background-color: #F23023;
 }
 .BgClassName
 {
   background-color: #F23023;
 }
</style>
border-color css

<style>
 span { border-color: #F23023; }

 span { border-color: rgb(242,48,35); }

 td.TdClassName
 {
   border-color: #F23023;
 }
 .TagClassName
 {
   border-color: #F23023;
 }
</style>