Html Css Color HEX #F57427 Burnt Orange

📋 copy color: '#F57427'

red 245 ◦ green 116 ◦ blue 39

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

Shades of Burnt Orange #F57427

Tints of Burnt Orange #F57427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

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

R = 61.25%
G = 29%
B = 9.75%

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

#F57427 (or 0xF57427) is known color: Burnt Orange. HEX triplet: F5, 74 and 27. RGB value is (245,116,39). Sum of RGB (Red+Green+Blue) = 245+116+39=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F57427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57427 is #0A8BD8. Grayscale: #929292. Windows color (decimal): -691161 or 2585845. OLE color: 2585845.

HSL color Cylindrical-coordinate representation of color #F57427: hue angle of 22.43º 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 #F57427 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 116 39 -
CMYK 0 0.53 0.84 0.04
HSL 22.43º 0.91% 0.56% -
HSV(B) 22.43º 0.84% 0.96% -
XYZ 44.27 32.05 5.77 -
YUV 145.79 67.74 198.76 -
System Red Green Blue C M Y K H S L
Decimal 245 116 39 0 0.53 0.84 0.04 22.43 0.91 0.56
Hex F5 74 27 0 35 54 4 16 5B 38
Octal 365 164 47 0 65 124 4 26 133 70
Binary 11110101 1110100 100111 0 110101 1010100 100 10110 1011011 111000

Color Harmonies of #F57427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57427

Black with #F57427

Text Example


Text Example

White with #F57427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57427; }

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

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

background-color css

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

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

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

border-color css

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

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

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