Html Css Color HEX #F23F18 Orange Red

📋 copy color: '#F23F18'

red 242 ◦ green 63 ◦ blue 24

#F23F18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F23F18

Tints of Orange Red #F23F18

RGB

 RED value IS 242 (94.92% from 255) = 73.56%

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 73.56%
G = 19.15%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23F18 (or 0xF23F18) is known color: Orange Red. HEX triplet: F2, 3F and 18. RGB value is (242,63,24). Sum of RGB (Red+Green+Blue) = 242+63+24=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F18 is #0DC0E7. Grayscale: #707070. Windows color (decimal): -901352 or 1589234. OLE color: 1589234.

HSL color Cylindrical-coordinate representation of color #F23F18: hue angle of 10.73º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23F18 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 63 24 -
CMYK 0 0.74 0.90 0.05
HSL 10.73º 0.89% 0.52% -
HSV(B) 10.73º 0.9% 0.95% -
XYZ 38.56 22.5 3.17 -
YUV 112.08 78.3 220.67 -
System Red Green Blue C M Y K H S L
Decimal 242 63 24 0 0.74 0.90 0.05 10.73 0.89 0.52
Hex F2 3F 18 0 4A 5A 5 B 59 34
Octal 362 77 30 0 112 132 5 13 131 64
Binary 11110010 111111 11000 0 1001010 1011010 101 1011 1011001 110100

Color Harmonies of #F23F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F18

Black with #F23F18

Text Example


Text Example

White with #F23F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F18; }

 p { color: rgb(242,63,24); }

 H1.HeaderClassName
 {
   color: #F23F18;
 }
 .AnyTagClassName
 {
   color: #F23F18;
 }
</style>

background-color css

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

 a { background-color: rgb(242,63,24); }

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

border-color css

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

 span { border-color: rgb(242,63,24); }

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