Html Css Color HEX #F94017 Orange Red

📋 copy color: '#F94017'

red 249 ◦ green 64 ◦ blue 23

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

Shades of Orange Red #F94017

Tints of Orange Red #F94017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 74.11%
G = 19.05%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F94017 (or 0xF94017) is known color: Orange Red. HEX triplet: F9, 40 and 17. RGB value is (249,64,23). Sum of RGB (Red+Green+Blue) = 249+64+23=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F94017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94017 is #06BFE8. Grayscale: #727272. Windows color (decimal): -442345 or 1523961. OLE color: 1523961.

HSL color Cylindrical-coordinate representation of color #F94017: hue angle of 10.88º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F94017 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 23 -
CMYK 0 0.74 0.91 0.02
HSL 10.88º 0.95% 0.53% -
HSV(B) 10.88º 0.91% 0.98% -
XYZ 41.05 23.87 3.25 -
YUV 114.64 76.29 223.83 -
System Red Green Blue C M Y K H S L
Decimal 249 64 23 0 0.74 0.91 0.02 10.88 0.95 0.53
Hex F9 40 17 0 4A 5B 2 B 5F 35
Octal 371 100 27 0 112 133 2 13 137 65
Binary 11111001 1000000 10111 0 1001010 1011011 10 1011 1011111 110101

Color Harmonies of #F94017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94017

Black with #F94017

Text Example


Text Example

White with #F94017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94017; }

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

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

background-color css

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

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

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

border-color css

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

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

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