Html Css Color HEX #F96B2F Burnt Orange

📋 copy color: '#F96B2F'

red 249 ◦ green 107 ◦ blue 47

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

Shades of Burnt Orange #F96B2F

Tints of Burnt Orange #F96B2F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.55%

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 61.79%
G = 26.55%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F96B2F (or 0xF96B2F) is known color: Burnt Orange. HEX triplet: F9, 6B and 2F. RGB value is (249,107,47). Sum of RGB (Red+Green+Blue) = 249+107+47=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96B2F is #0694D0. Grayscale: #8E8E8E. Windows color (decimal): -431313 or 3107833. OLE color: 3107833.

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

Color convert

RGB 249 107 47 -
CMYK 0 0.57 0.81 0.02
HSL 17.82º 0.94% 0.58% -
HSV(B) 17.82º 0.81% 0.98% -
XYZ 44.84 30.86 6.28 -
YUV 142.62 74.04 203.88 -
System Red Green Blue C M Y K H S L
Decimal 249 107 47 0 0.57 0.81 0.02 17.82 0.94 0.58
Hex F9 6B 2F 0 39 51 2 12 5E 3A
Octal 371 153 57 0 71 121 2 22 136 72
Binary 11111001 1101011 101111 0 111001 1010001 10 10010 1011110 111010

Color Harmonies of #F96B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B2F

Black with #F96B2F

Text Example


Text Example

White with #F96B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B2F; }

 p { color: rgb(249,107,47); }

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

background-color css

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

 a { background-color: rgb(249,107,47); }

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

border-color css

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

 span { border-color: rgb(249,107,47); }

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