Html Css Color HEX #F8772D Burnt Orange

📋 copy color: '#F8772D'

red 248 ◦ green 119 ◦ blue 45

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

Shades of Burnt Orange #F8772D

Tints of Burnt Orange #F8772D

RGB

 RED value IS 248 (97.27% from 255) = 60.19%

 GREEN value IS 119 (46.88% from 255) = 28.88%

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 60.19%
G = 28.88%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8772D (or 0xF8772D) is known color: Burnt Orange. HEX triplet: F8, 77 and 2D. RGB value is (248,119,45). Sum of RGB (Red+Green+Blue) = 248+119+45=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8772D is #0788D2. Grayscale: #959595. Windows color (decimal): -493779 or 2979832. OLE color: 2979832.

HSL color Cylindrical-coordinate representation of color #F8772D: hue angle of 21.87º degrees, saturation: 0.94, 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 #F8772D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 119 45 -
CMYK 0 0.52 0.82 0.03
HSL 21.87º 0.94% 0.57% -
HSV(B) 21.87º 0.82% 0.97% -
XYZ 45.78 33.34 6.5 -
YUV 149.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 248 119 45 0 0.52 0.82 0.03 21.87 0.94 0.57
Hex F8 77 2D 0 34 52 3 16 5E 39
Octal 370 167 55 0 64 122 3 26 136 71
Binary 11111000 1110111 101101 0 110100 1010010 11 10110 1011110 111001

Color Harmonies of #F8772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8772D

Black with #F8772D

Text Example


Text Example

White with #F8772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8772D; }

 p { color: rgb(248,119,45); }

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

background-color css

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

 a { background-color: rgb(248,119,45); }

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

border-color css

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

 span { border-color: rgb(248,119,45); }

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