Html Css Color HEX #F96E27 Burnt Orange

📋 copy color: '#F96E27'

red 249 ◦ green 110 ◦ blue 39

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

Shades of Burnt Orange #F96E27

Tints of Burnt Orange #F96E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.8%

R = 62.56%
G = 27.64%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F96E27 (or 0xF96E27) is known color: Burnt Orange. HEX triplet: F9, 6E and 27. RGB value is (249,110,39). Sum of RGB (Red+Green+Blue) = 249+110+39=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E27 is #0691D8. Grayscale: #8F8F8F. Windows color (decimal): -430553 or 2584313. OLE color: 2584313.

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

Color convert

RGB 249 110 39 -
CMYK 0 0.56 0.84 0.02
HSL 20.29º 0.95% 0.56% -
HSV(B) 20.29º 0.84% 0.98% -
XYZ 45.01 31.44 5.62 -
YUV 143.47 69.05 203.27 -
System Red Green Blue C M Y K H S L
Decimal 249 110 39 0 0.56 0.84 0.02 20.29 0.95 0.56
Hex F9 6E 27 0 38 54 2 14 5F 38
Octal 371 156 47 0 70 124 2 24 137 70
Binary 11111001 1101110 100111 0 111000 1010100 10 10100 1011111 111000

Color Harmonies of #F96E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E27

Black with #F96E27

Text Example


Text Example

White with #F96E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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