Html Css Color HEX #F77B2C Burnt Orange

📋 copy color: '#F77B2C'

red 247 ◦ green 123 ◦ blue 44

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

Shades of Burnt Orange #F77B2C

Tints of Burnt Orange #F77B2C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.71%

 BLUE value IS 44 (17.58% from 255) = 10.63%

R = 59.66%
G = 29.71%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F77B2C (or 0xF77B2C) is known color: Burnt Orange. HEX triplet: F7, 7B and 2C. RGB value is (247,123,44). Sum of RGB (Red+Green+Blue) = 247+123+44=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77B2C is #0884D3. Grayscale: #979797. Windows color (decimal): -558292 or 2915319. OLE color: 2915319.

HSL color Cylindrical-coordinate representation of color #F77B2C: hue angle of 23.35º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F77B2C is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 123 44 -
CMYK 0 0.50 0.82 0.03
HSL 23.35º 0.93% 0.57% -
HSV(B) 23.35º 0.82% 0.97% -
XYZ 45.9 34.12 6.55 -
YUV 151.07 67.58 196.42 -
System Red Green Blue C M Y K H S L
Decimal 247 123 44 0 0.50 0.82 0.03 23.35 0.93 0.57
Hex F7 7B 2C 0 32 52 3 17 5D 39
Octal 367 173 54 0 62 122 3 27 135 71
Binary 11110111 1111011 101100 0 110010 1010010 11 10111 1011101 111001

Color Harmonies of #F77B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77B2C

Black with #F77B2C

Text Example


Text Example

White with #F77B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77B2C; }

 p { color: rgb(247,123,44); }

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

background-color css

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

 a { background-color: rgb(247,123,44); }

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

border-color css

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

 span { border-color: rgb(247,123,44); }

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