Html Css Color HEX #FC6434 Outrageous Orange

📋 copy color: '#FC6434'

red 252 ◦ green 100 ◦ blue 52

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

Shades of Outrageous Orange #FC6434

Tints of Outrageous Orange #FC6434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.87%

R = 62.38%
G = 24.75%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC6434 (or 0xFC6434) is known color: Outrageous Orange. HEX triplet: FC, 64 and 34. RGB value is (252,100,52). Sum of RGB (Red+Green+Blue) = 252+100+52=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6434 is #039BCB. Grayscale: #8C8C8C. Windows color (decimal): -236492 or 3433724. OLE color: 3433724.

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

Color convert

RGB 252 100 52 -
CMYK 0 0.60 0.79 0.01
HSL 14.4º 0.97% 0.6% -
HSV(B) 14.4º 0.79% 0.99% -
XYZ 45.32 30.06 6.66 -
YUV 139.98 78.36 207.9 -
System Red Green Blue C M Y K H S L
Decimal 252 100 52 0 0.60 0.79 0.01 14.4 0.97 0.6
Hex FC 64 34 0 3C 4F 1 E 61 3C
Octal 374 144 64 0 74 117 1 16 141 74
Binary 11111100 1100100 110100 0 111100 1001111 1 1110 1100001 111100

Color Harmonies of #FC6434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6434

Black with #FC6434

Text Example


Text Example

White with #FC6434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6434; }

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

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

background-color css

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

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

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

border-color css

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

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

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