Html Css Color HEX #F97334 Burnt Orange

📋 copy color: '#F97334'

red 249 ◦ green 115 ◦ blue 52

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

Shades of Burnt Orange #F97334

Tints of Burnt Orange #F97334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.64%

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 59.86%
G = 27.64%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F97334 (or 0xF97334) is known color: Burnt Orange. HEX triplet: F9, 73 and 34. RGB value is (249,115,52). Sum of RGB (Red+Green+Blue) = 249+115+52=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F97334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97334 is #068CCB. Grayscale: #949494. Windows color (decimal): -429260 or 3437561. OLE color: 3437561.

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

Color convert

RGB 249 115 52 -
CMYK 0 0.54 0.79 0.02
HSL 19.19º 0.94% 0.59% -
HSV(B) 19.19º 0.79% 0.98% -
XYZ 45.82 32.65 7.14 -
YUV 147.88 73.89 200.12 -
System Red Green Blue C M Y K H S L
Decimal 249 115 52 0 0.54 0.79 0.02 19.19 0.94 0.59
Hex F9 73 34 0 36 4F 2 13 5E 3B
Octal 371 163 64 0 66 117 2 23 136 73
Binary 11111001 1110011 110100 0 110110 1001111 10 10011 1011110 111011

Color Harmonies of #F97334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97334

Black with #F97334

Text Example


Text Example

White with #F97334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97334; }

 p { color: rgb(249,115,52); }

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

background-color css

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

 a { background-color: rgb(249,115,52); }

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

border-color css

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

 span { border-color: rgb(249,115,52); }

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