Html Css Color HEX #F77227 Burnt Orange

📋 copy color: '#F77227'

red 247 ◦ green 114 ◦ blue 39

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

Shades of Burnt Orange #F77227

Tints of Burnt Orange #F77227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 39 (15.63% from 255) = 9.75%

R = 61.75%
G = 28.5%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F77227 (or 0xF77227) is known color: Burnt Orange. HEX triplet: F7, 72 and 27. RGB value is (247,114,39). Sum of RGB (Red+Green+Blue) = 247+114+39=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F77227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77227 is #088DD8. Grayscale: #919191. Windows color (decimal): -560601 or 2585335. OLE color: 2585335.

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

Color convert

RGB 247 114 39 -
CMYK 0 0.54 0.84 0.03
HSL 21.63º 0.93% 0.56% -
HSV(B) 21.63º 0.84% 0.97% -
XYZ 44.74 31.96 5.73 -
YUV 145.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 247 114 39 0 0.54 0.84 0.03 21.63 0.93 0.56
Hex F7 72 27 0 36 54 3 16 5D 38
Octal 367 162 47 0 66 124 3 26 135 70
Binary 11110111 1110010 100111 0 110110 1010100 11 10110 1011101 111000

Color Harmonies of #F77227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77227

Black with #F77227

Text Example


Text Example

White with #F77227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77227; }

 p { color: rgb(247,114,39); }

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

background-color css

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

 a { background-color: rgb(247,114,39); }

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

border-color css

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

 span { border-color: rgb(247,114,39); }

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