Html Css Color HEX #F94210 Orange Red

📋 copy color: '#F94210'

red 249 ◦ green 66 ◦ blue 16

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

Shades of Orange Red #F94210

Tints of Orange Red #F94210

RGB

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

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

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

R = 75.23%
G = 19.94%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F94210 (or 0xF94210) is known color: Orange Red. HEX triplet: F9, 42 and 10. RGB value is (249,66,16). Sum of RGB (Red+Green+Blue) = 249+66+16=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F94210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94210 is #06BDEF. Grayscale: #737373. Windows color (decimal): -441840 or 1065721. OLE color: 1065721.

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

Color convert

RGB 249 66 16 -
CMYK 0 0.73 0.94 0.02
HSL 12.88º 0.95% 0.52% -
HSV(B) 12.88º 0.94% 0.98% -
XYZ 41.11 24.07 2.97 -
YUV 115.02 72.13 223.57 -
System Red Green Blue C M Y K H S L
Decimal 249 66 16 0 0.73 0.94 0.02 12.88 0.95 0.52
Hex F9 42 10 0 49 5E 2 D 5F 34
Octal 371 102 20 0 111 136 2 15 137 64
Binary 11111001 1000010 10000 0 1001001 1011110 10 1101 1011111 110100

Color Harmonies of #F94210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94210

Black with #F94210

Text Example


Text Example

White with #F94210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94210; }

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

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

background-color css

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

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

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

border-color css

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

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

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