Html Css Color HEX #FC6429 Outrageous Orange

📋 copy color: '#FC6429'

red 252 ◦ green 100 ◦ blue 41

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

Shades of Outrageous Orange #FC6429

Tints of Outrageous Orange #FC6429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 64.12%
G = 25.45%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6429 (or 0xFC6429) is known color: Outrageous Orange. HEX triplet: FC, 64 and 29. RGB value is (252,100,41). Sum of RGB (Red+Green+Blue) = 252+100+41=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6429 is #039BD6. Grayscale: #8B8B8B. Windows color (decimal): -236503 or 2712828. OLE color: 2712828.

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

Color convert

RGB 252 100 41 -
CMYK 0 0.60 0.84 0.01
HSL 16.78º 0.97% 0.57% -
HSV(B) 16.78º 0.84% 0.99% -
XYZ 45.1 29.97 5.51 -
YUV 138.72 72.86 208.8 -
System Red Green Blue C M Y K H S L
Decimal 252 100 41 0 0.60 0.84 0.01 16.78 0.97 0.57
Hex FC 64 29 0 3C 54 1 11 61 39
Octal 374 144 51 0 74 124 1 21 141 71
Binary 11111100 1100100 101001 0 111100 1010100 1 10001 1100001 111001

Color Harmonies of #FC6429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6429

Black with #FC6429

Text Example


Text Example

White with #FC6429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6429; }

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

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

background-color css

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

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

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

border-color css

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

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

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