Html Css Color HEX #F96E38 Burnt Orange

📋 copy color: '#F96E38'

red 249 ◦ green 110 ◦ blue 56

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

Shades of Burnt Orange #F96E38

Tints of Burnt Orange #F96E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.49%

R = 60%
G = 26.51%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F96E38 (or 0xF96E38) is known color: Burnt Orange. HEX triplet: F9, 6E and 38. RGB value is (249,110,56). Sum of RGB (Red+Green+Blue) = 249+110+56=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 56 (22.27% from 255 or 13.49% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E38 is #0691C7. Grayscale: #919191. Windows color (decimal): -430536 or 3698425. OLE color: 3698425.

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

Color convert

RGB 249 110 56 -
CMYK 0 0.56 0.78 0.02
HSL 16.79º 0.94% 0.6% -
HSV(B) 16.79º 0.78% 0.98% -
XYZ 45.36 31.58 7.45 -
YUV 145.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 249 110 56 0 0.56 0.78 0.02 16.79 0.94 0.6
Hex F9 6E 38 0 38 4E 2 11 5E 3C
Octal 371 156 70 0 70 116 2 21 136 74
Binary 11111001 1101110 111000 0 111000 1001110 10 10001 1011110 111100

Color Harmonies of #F96E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E38

Black with #F96E38

Text Example


Text Example

White with #F96E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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