Html Css Color HEX #F56725 Burnt Orange

📋 copy color: '#F56725'

red 245 ◦ green 103 ◦ blue 37

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

Shades of Burnt Orange #F56725

Tints of Burnt Orange #F56725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 63.64%
G = 26.75%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F56725 (or 0xF56725) is known color: Burnt Orange. HEX triplet: F5, 67 and 25. RGB value is (245,103,37). Sum of RGB (Red+Green+Blue) = 245+103+37=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F56725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56725 is #0A98DA. Grayscale: #8A8A8A. Windows color (decimal): -694491 or 2451445. OLE color: 2451445.

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

Color convert

RGB 245 103 37 -
CMYK 0 0.58 0.85 0.04
HSL 19.04º 0.91% 0.55% -
HSV(B) 19.04º 0.85% 0.96% -
XYZ 42.84 29.25 5.14 -
YUV 137.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 245 103 37 0 0.58 0.85 0.04 19.04 0.91 0.55
Hex F5 67 25 0 3A 55 4 13 5B 37
Octal 365 147 45 0 72 125 4 23 133 67
Binary 11110101 1100111 100101 0 111010 1010101 100 10011 1011011 110111

Color Harmonies of #F56725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56725

Black with #F56725

Text Example


Text Example

White with #F56725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56725; }

 p { color: rgb(245,103,37); }

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

background-color css

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

 a { background-color: rgb(245,103,37); }

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

border-color css

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

 span { border-color: rgb(245,103,37); }

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