Html Css Color HEX #F96E2A Burnt Orange

📋 copy color: '#F96E2A'

red 249 ◦ green 110 ◦ blue 42

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

Shades of Burnt Orange #F96E2A

Tints of Burnt Orange #F96E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 62.09%
G = 27.43%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F96E2A (or 0xF96E2A) is known color: Burnt Orange. HEX triplet: F9, 6E and 2A. RGB value is (249,110,42). Sum of RGB (Red+Green+Blue) = 249+110+42=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E2A is #0691D5. Grayscale: #909090. Windows color (decimal): -430550 or 2780921. OLE color: 2780921.

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

Color convert

RGB 249 110 42 -
CMYK 0 0.56 0.83 0.02
HSL 19.71º 0.95% 0.57% -
HSV(B) 19.71º 0.83% 0.98% -
XYZ 45.06 31.46 5.89 -
YUV 143.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 249 110 42 0 0.56 0.83 0.02 19.71 0.95 0.57
Hex F9 6E 2A 0 38 53 2 14 5F 39
Octal 371 156 52 0 70 123 2 24 137 71
Binary 11111001 1101110 101010 0 111000 1010011 10 10100 1011111 111001

Color Harmonies of #F96E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E2A

Black with #F96E2A

Text Example


Text Example

White with #F96E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E2A; }

 p { color: rgb(249,110,42); }

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

background-color css

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

 a { background-color: rgb(249,110,42); }

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

border-color css

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

 span { border-color: rgb(249,110,42); }

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