Html Css Color HEX #F97F3C Burnt Orange

📋 copy color: '#F97F3C'

red 249 ◦ green 127 ◦ blue 60

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

Shades of Burnt Orange #F97F3C

Tints of Burnt Orange #F97F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

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

R = 57.11%
G = 29.13%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F97F3C (or 0xF97F3C) is known color: Burnt Orange. HEX triplet: F9, 7F and 3C. RGB value is (249,127,60). Sum of RGB (Red+Green+Blue) = 249+127+60=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F97F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97F3C is #0680C3. Grayscale: #9C9C9C. Windows color (decimal): -426180 or 3964921. OLE color: 3964921.

HSL color Cylindrical-coordinate representation of color #F97F3C: hue angle of 21.27º 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 #F97F3C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 127 60 -
CMYK 0 0.49 0.76 0.02
HSL 21.27º 0.94% 0.61% -
HSV(B) 21.27º 0.76% 0.98% -
XYZ 47.47 35.64 8.65 -
YUV 155.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 249 127 60 0 0.49 0.76 0.02 21.27 0.94 0.61
Hex F9 7F 3C 0 31 4C 2 15 5E 3D
Octal 371 177 74 0 61 114 2 25 136 75
Binary 11111001 1111111 111100 0 110001 1001100 10 10101 1011110 111101

Color Harmonies of #F97F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97F3C

Black with #F97F3C

Text Example


Text Example

White with #F97F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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