Html Css Color HEX #FC6725 Burnt Orange

📋 copy color: '#FC6725'

red 252 ◦ green 103 ◦ blue 37

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

Shades of Burnt Orange #FC6725

Tints of Burnt Orange #FC6725

RGB

 RED value IS 252 (98.83% from 255) = 64.29%

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

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

R = 64.29%
G = 26.28%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6725 (or 0xFC6725) is known color: Burnt Orange. HEX triplet: FC, 67 and 25. RGB value is (252,103,37). Sum of RGB (Red+Green+Blue) = 252+103+37=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6725 is #0398DA. Grayscale: #8C8C8C. Windows color (decimal): -235739 or 2451452. OLE color: 2451452.

HSL color Cylindrical-coordinate representation of color #FC6725: hue angle of 18.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC6725 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 103 37 -
CMYK 0 0.59 0.85 0.01
HSL 18.42º 0.97% 0.57% -
HSV(B) 18.42º 0.85% 0.99% -
XYZ 45.33 30.53 5.25 -
YUV 140.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 252 103 37 0 0.59 0.85 0.01 18.42 0.97 0.57
Hex FC 67 25 0 3B 55 1 12 61 39
Octal 374 147 45 0 73 125 1 22 141 71
Binary 11111100 1100111 100101 0 111011 1010101 1 10010 1100001 111001

Color Harmonies of #FC6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6725

Black with #FC6725

Text Example


Text Example

White with #FC6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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