Html Css Color HEX #F94013 Orange Red

📋 copy color: '#F94013'

red 249 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #F94013

Tints of Orange Red #F94013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 75%
G = 19.28%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F94013 (or 0xF94013) is known color: Orange Red. HEX triplet: F9, 40 and 13. RGB value is (249,64,19). Sum of RGB (Red+Green+Blue) = 249+64+19=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F94013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94013 is #06BFEC. Grayscale: #727272. Windows color (decimal): -442349 or 1261817. OLE color: 1261817.

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

Color convert

RGB 249 64 19 -
CMYK 0 0.74 0.92 0.02
HSL 11.74º 0.95% 0.53% -
HSV(B) 11.74º 0.92% 0.98% -
XYZ 41.02 23.85 3.06 -
YUV 114.19 74.29 224.16 -
System Red Green Blue C M Y K H S L
Decimal 249 64 19 0 0.74 0.92 0.02 11.74 0.95 0.53
Hex F9 40 13 0 4A 5C 2 C 5F 35
Octal 371 100 23 0 112 134 2 14 137 65
Binary 11111001 1000000 10011 0 1001010 1011100 10 1100 1011111 110101

Color Harmonies of #F94013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94013

Black with #F94013

Text Example


Text Example

White with #F94013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94013; }

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

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

background-color css

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

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

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

border-color css

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

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

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