Html Css Color HEX #F94018 Orange Red

📋 copy color: '#F94018'

red 249 ◦ green 64 ◦ blue 24

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

Shades of Orange Red #F94018

Tints of Orange Red #F94018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 73.89%
G = 18.99%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F94018 (or 0xF94018) is known color: Orange Red. HEX triplet: F9, 40 and 18. RGB value is (249,64,24). Sum of RGB (Red+Green+Blue) = 249+64+24=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F94018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94018 is #06BFE7. Grayscale: #737373. Windows color (decimal): -442344 or 1589497. OLE color: 1589497.

HSL color Cylindrical-coordinate representation of color #F94018: hue angle of 10.67º 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 #F94018 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 24 -
CMYK 0 0.74 0.90 0.02
HSL 10.67º 0.95% 0.54% -
HSV(B) 10.67º 0.9% 0.98% -
XYZ 41.07 23.87 3.31 -
YUV 114.76 76.79 223.75 -
System Red Green Blue C M Y K H S L
Decimal 249 64 24 0 0.74 0.90 0.02 10.67 0.95 0.54
Hex F9 40 18 0 4A 5A 2 B 5F 36
Octal 371 100 30 0 112 132 2 13 137 66
Binary 11111001 1000000 11000 0 1001010 1011010 10 1011 1011111 110110

Color Harmonies of #F94018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94018

Black with #F94018

Text Example


Text Example

White with #F94018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94018; }

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

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

background-color css

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

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

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

border-color css

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

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

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