Html Css Color HEX #F94010 Orange Red

📋 copy color: '#F94010'

red 249 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #F94010

Tints of Orange Red #F94010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 75.68%
G = 19.45%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F94010 (or 0xF94010) is known color: Orange Red. HEX triplet: F9, 40 and 10. RGB value is (249,64,16). Sum of RGB (Red+Green+Blue) = 249+64+16=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F94010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94010 is #06BFEF. Grayscale: #727272. Windows color (decimal): -442352 or 1065209. OLE color: 1065209.

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

Color convert

RGB 249 64 16 -
CMYK 0 0.74 0.94 0.02
HSL 12.36º 0.95% 0.52% -
HSV(B) 12.36º 0.94% 0.98% -
XYZ 40.99 23.84 2.93 -
YUV 113.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 249 64 16 0 0.74 0.94 0.02 12.36 0.95 0.52
Hex F9 40 10 0 4A 5E 2 C 5F 34
Octal 371 100 20 0 112 136 2 14 137 64
Binary 11111001 1000000 10000 0 1001010 1011110 10 1100 1011111 110100

Color Harmonies of #F94010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94010

Black with #F94010

Text Example


Text Example

White with #F94010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94010; }

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

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

background-color css

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

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

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

border-color css

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

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

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