Html Css Color HEX #F94218 Orange Red

📋 copy color: '#F94218'

red 249 ◦ green 66 ◦ blue 24

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

Shades of Orange Red #F94218

Tints of Orange Red #F94218

RGB

 RED value IS 249 (97.66% from 255) = 73.45%

 GREEN value IS 66 (26.17% from 255) = 19.47%

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

R = 73.45%
G = 19.47%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F94218 (or 0xF94218) is known color: Orange Red. HEX triplet: F9, 42 and 18. RGB value is (249,66,24). Sum of RGB (Red+Green+Blue) = 249+66+24=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F94218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94218 is #06BDE7. Grayscale: #747474. Windows color (decimal): -441832 or 1590009. OLE color: 1590009.

HSL color Cylindrical-coordinate representation of color #F94218: hue angle of 11.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F94218 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 66 24 -
CMYK 0 0.73 0.90 0.02
HSL 11.2º 0.95% 0.54% -
HSV(B) 11.2º 0.9% 0.98% -
XYZ 41.18 24.1 3.35 -
YUV 115.93 76.13 222.92 -
System Red Green Blue C M Y K H S L
Decimal 249 66 24 0 0.73 0.90 0.02 11.2 0.95 0.54
Hex F9 42 18 0 49 5A 2 B 5F 36
Octal 371 102 30 0 111 132 2 13 137 66
Binary 11111001 1000010 11000 0 1001001 1011010 10 1011 1011111 110110

Color Harmonies of #F94218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94218

Black with #F94218

Text Example


Text Example

White with #F94218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94218; }

 p { color: rgb(249,66,24); }

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

background-color css

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

 a { background-color: rgb(249,66,24); }

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

border-color css

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

 span { border-color: rgb(249,66,24); }

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