Html Css Color HEX #FC5434 Outrageous Orange

📋 copy color: '#FC5434'

red 252 ◦ green 84 ◦ blue 52

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

Shades of Outrageous Orange #FC5434

Tints of Outrageous Orange #FC5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 64.95%
G = 21.65%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC5434 (or 0xFC5434) is known color: Outrageous Orange. HEX triplet: FC, 54 and 34. RGB value is (252,84,52). Sum of RGB (Red+Green+Blue) = 252+84+52=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5434 is #03ABCB. Grayscale: #828282. Windows color (decimal): -240588 or 3429628. OLE color: 3429628.

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

Color convert

RGB 252 84 52 -
CMYK 0 0.67 0.79 0.01
HSL 9.6º 0.97% 0.6% -
HSV(B) 9.6º 0.79% 0.99% -
XYZ 43.94 27.28 6.2 -
YUV 130.58 83.66 214.6 -
System Red Green Blue C M Y K H S L
Decimal 252 84 52 0 0.67 0.79 0.01 9.6 0.97 0.6
Hex FC 54 34 0 43 4F 1 A 61 3C
Octal 374 124 64 0 103 117 1 12 141 74
Binary 11111100 1010100 110100 0 1000011 1001111 1 1010 1100001 111100

Color Harmonies of #FC5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5434

Black with #FC5434

Text Example


Text Example

White with #FC5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5434; }

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

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

background-color css

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

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

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

border-color css

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

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

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