Html Css Color HEX #F96F3C Burnt Orange

📋 copy color: '#F96F3C'

red 249 ◦ green 111 ◦ blue 60

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

Shades of Burnt Orange #F96F3C

Tints of Burnt Orange #F96F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

 BLUE value IS 60 (23.83% from 255) = 14.29%

R = 59.29%
G = 26.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F96F3C (or 0xF96F3C) is known color: Burnt Orange. HEX triplet: F9, 6F and 3C. RGB value is (249,111,60). Sum of RGB (Red+Green+Blue) = 249+111+60=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96F3C is #0690C3. Grayscale: #929292. Windows color (decimal): -430276 or 3960825. OLE color: 3960825.

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

Color convert

RGB 249 111 60 -
CMYK 0 0.55 0.76 0.02
HSL 16.19º 0.94% 0.61% -
HSV(B) 16.19º 0.76% 0.98% -
XYZ 45.57 31.83 8.02 -
YUV 146.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 249 111 60 0 0.55 0.76 0.02 16.19 0.94 0.61
Hex F9 6F 3C 0 37 4C 2 10 5E 3D
Octal 371 157 74 0 67 114 2 20 136 75
Binary 11111001 1101111 111100 0 110111 1001100 10 10000 1011110 111101

Color Harmonies of #F96F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F3C

Black with #F96F3C

Text Example


Text Example

White with #F96F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F3C; }

 p { color: rgb(249,111,60); }

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

background-color css

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

 a { background-color: rgb(249,111,60); }

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

border-color css

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

 span { border-color: rgb(249,111,60); }

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