Html Css Color HEX #FC7C29 Burnt Orange

📋 copy color: '#FC7C29'

red 252 ◦ green 124 ◦ blue 41

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

Shades of Burnt Orange #FC7C29

Tints of Burnt Orange #FC7C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 41 (16.41% from 255) = 9.83%

R = 60.43%
G = 29.74%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7C29 (or 0xFC7C29) is known color: Burnt Orange. HEX triplet: FC, 7C and 29. RGB value is (252,124,41). Sum of RGB (Red+Green+Blue) = 252+124+41=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C29 is #0383D6. Grayscale: #999999. Windows color (decimal): -230359 or 2718972. OLE color: 2718972.

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

Color convert

RGB 252 124 41 -
CMYK 0 0.51 0.84 0.01
HSL 23.6º 0.97% 0.57% -
HSV(B) 23.6º 0.84% 0.99% -
XYZ 47.75 35.27 6.39 -
YUV 152.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 252 124 41 0 0.51 0.84 0.01 23.6 0.97 0.57
Hex FC 7C 29 0 33 54 1 18 61 39
Octal 374 174 51 0 63 124 1 30 141 71
Binary 11111100 1111100 101001 0 110011 1010100 1 11000 1100001 111001

Color Harmonies of #FC7C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C29

Black with #FC7C29

Text Example


Text Example

White with #FC7C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C29; }

 p { color: rgb(252,124,41); }

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

background-color css

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

 a { background-color: rgb(252,124,41); }

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

border-color css

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

 span { border-color: rgb(252,124,41); }

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