Html Css Color HEX #F56F34 Burnt Orange

📋 copy color: '#F56F34'

red 245 ◦ green 111 ◦ blue 52

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

Shades of Burnt Orange #F56F34

Tints of Burnt Orange #F56F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.21%

 BLUE value IS 52 (20.7% from 255) = 12.75%

R = 60.05%
G = 27.21%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F56F34 (or 0xF56F34) is known color: Burnt Orange. HEX triplet: F5, 6F and 34. RGB value is (245,111,52). Sum of RGB (Red+Green+Blue) = 245+111+52=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F34 is #0A90CB. Grayscale: #909090. Windows color (decimal): -692428 or 3436533. OLE color: 3436533.

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

Color convert

RGB 245 111 52 -
CMYK 0 0.55 0.79 0.04
HSL 18.34º 0.91% 0.58% -
HSV(B) 18.34º 0.79% 0.96% -
XYZ 43.96 31.03 6.92 -
YUV 144.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 245 111 52 0 0.55 0.79 0.04 18.34 0.91 0.58
Hex F5 6F 34 0 37 4F 4 12 5B 3A
Octal 365 157 64 0 67 117 4 22 133 72
Binary 11110101 1101111 110100 0 110111 1001111 100 10010 1011011 111010

Color Harmonies of #F56F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56F34

Black with #F56F34

Text Example


Text Example

White with #F56F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56F34; }

 p { color: rgb(245,111,52); }

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

background-color css

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

 a { background-color: rgb(245,111,52); }

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

border-color css

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

 span { border-color: rgb(245,111,52); }

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