Html Css Color HEX #F57227 Burnt Orange

📋 copy color: '#F57227'

red 245 ◦ green 114 ◦ blue 39

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

Shades of Burnt Orange #F57227

Tints of Burnt Orange #F57227

RGB

 RED value IS 245 (96.09% from 255) = 61.56%

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

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

R = 61.56%
G = 28.64%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F57227 (or 0xF57227) is known color: Burnt Orange. HEX triplet: F5, 72 and 27. RGB value is (245,114,39). Sum of RGB (Red+Green+Blue) = 245+114+39=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F57227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57227 is #0A8DD8. Grayscale: #919191. Windows color (decimal): -691673 or 2585333. OLE color: 2585333.

HSL color Cylindrical-coordinate representation of color #F57227: hue angle of 21.84º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F57227 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 39 -
CMYK 0 0.53 0.84 0.04
HSL 21.84º 0.91% 0.56% -
HSV(B) 21.84º 0.84% 0.96% -
XYZ 44.04 31.59 5.7 -
YUV 144.62 68.4 199.6 -
System Red Green Blue C M Y K H S L
Decimal 245 114 39 0 0.53 0.84 0.04 21.84 0.91 0.56
Hex F5 72 27 0 35 54 4 16 5B 38
Octal 365 162 47 0 65 124 4 26 133 70
Binary 11110101 1110010 100111 0 110101 1010100 100 10110 1011011 111000

Color Harmonies of #F57227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57227

Black with #F57227

Text Example


Text Example

White with #F57227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57227; }

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

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

background-color css

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

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

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

border-color css

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

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

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