Html Css Color HEX #FC7B29 Burnt Orange

📋 copy color: '#FC7B29'

red 252 ◦ green 123 ◦ blue 41

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

Shades of Burnt Orange #FC7B29

Tints of Burnt Orange #FC7B29

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

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

R = 60.58%
G = 29.57%
B = 9.86%

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

#FC7B29 (or 0xFC7B29) is known color: Burnt Orange. HEX triplet: FC, 7B and 29. RGB value is (252,123,41). Sum of RGB (Red+Green+Blue) = 252+123+41=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B29 is #0384D6. Grayscale: #989898. Windows color (decimal): -230615 or 2718716. OLE color: 2718716.

HSL color Cylindrical-coordinate representation of color #FC7B29: hue angle of 23.32º 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 #FC7B29 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 123 41 -
CMYK 0 0.51 0.84 0.01
HSL 23.32º 0.97% 0.57% -
HSV(B) 23.32º 0.84% 0.99% -
XYZ 47.63 35.02 6.35 -
YUV 152.22 65.24 199.17 -
System Red Green Blue C M Y K H S L
Decimal 252 123 41 0 0.51 0.84 0.01 23.32 0.97 0.57
Hex FC 7B 29 0 33 54 1 17 61 39
Octal 374 173 51 0 63 124 1 27 141 71
Binary 11111100 1111011 101001 0 110011 1010100 1 10111 1100001 111001

Color Harmonies of #FC7B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B29

Black with #FC7B29

Text Example


Text Example

White with #FC7B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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