Html Css Color HEX #F5722C Burnt Orange

📋 copy color: '#F5722C'

red 245 ◦ green 114 ◦ blue 44

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

Shades of Burnt Orange #F5722C

Tints of Burnt Orange #F5722C

RGB

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

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

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

R = 60.79%
G = 28.29%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5722C (or 0xF5722C) is known color: Burnt Orange. HEX triplet: F5, 72 and 2C. RGB value is (245,114,44). Sum of RGB (Red+Green+Blue) = 245+114+44=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5722C is #0A8DD3. Grayscale: #919191. Windows color (decimal): -691668 or 2913013. OLE color: 2913013.

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

Color convert

RGB 245 114 44 -
CMYK 0 0.53 0.82 0.04
HSL 20.9º 0.91% 0.57% -
HSV(B) 20.9º 0.82% 0.96% -
XYZ 44.13 31.63 6.16 -
YUV 145.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 245 114 44 0 0.53 0.82 0.04 20.9 0.91 0.57
Hex F5 72 2C 0 35 52 4 15 5B 39
Octal 365 162 54 0 65 122 4 25 133 71
Binary 11110101 1110010 101100 0 110101 1010010 100 10101 1011011 111001

Color Harmonies of #F5722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5722C

Black with #F5722C

Text Example


Text Example

White with #F5722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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