Html Css Color HEX #F76F32 Burnt Orange

📋 copy color: '#F76F32'

red 247 ◦ green 111 ◦ blue 50

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

Shades of Burnt Orange #F76F32

Tints of Burnt Orange #F76F32

RGB

 RED value IS 247 (96.88% from 255) = 60.54%

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 60.54%
G = 27.21%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F76F32 (or 0xF76F32) is known color: Burnt Orange. HEX triplet: F7, 6F and 32. RGB value is (247,111,50). Sum of RGB (Red+Green+Blue) = 247+111+50=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76F32 is #0890CD. Grayscale: #919191. Windows color (decimal): -561358 or 3305463. OLE color: 3305463.

HSL color Cylindrical-coordinate representation of color #F76F32: hue angle of 18.58º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F76F32 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 111 50 -
CMYK 0 0.55 0.80 0.03
HSL 18.58º 0.92% 0.58% -
HSV(B) 18.58º 0.8% 0.97% -
XYZ 44.62 31.37 6.72 -
YUV 144.71 74.56 200.96 -
System Red Green Blue C M Y K H S L
Decimal 247 111 50 0 0.55 0.80 0.03 18.58 0.92 0.58
Hex F7 6F 32 0 37 50 3 13 5C 3A
Octal 367 157 62 0 67 120 3 23 134 72
Binary 11110111 1101111 110010 0 110111 1010000 11 10011 1011100 111010

Color Harmonies of #F76F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F32

Black with #F76F32

Text Example


Text Example

White with #F76F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F32; }

 p { color: rgb(247,111,50); }

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

background-color css

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

 a { background-color: rgb(247,111,50); }

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

border-color css

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

 span { border-color: rgb(247,111,50); }

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