Html Css Color HEX #FC5C1D Outrageous Orange

📋 copy color: '#FC5C1D'

red 252 ◦ green 92 ◦ blue 29

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

Shades of Outrageous Orange #FC5C1D

Tints of Outrageous Orange #FC5C1D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.66%

 BLUE value IS 29 (11.72% from 255) = 7.77%

R = 67.56%
G = 24.66%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC5C1D (or 0xFC5C1D) is known color: Outrageous Orange. HEX triplet: FC, 5C and 1D. RGB value is (252,92,29). Sum of RGB (Red+Green+Blue) = 252+92+29=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5C1D is #03A3E2. Grayscale: #858585. Windows color (decimal): -238563 or 1924348. OLE color: 1924348.

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

Color convert

RGB 252 92 29 -
CMYK 0 0.63 0.88 0.01
HSL 16.95º 0.97% 0.55% -
HSV(B) 16.95º 0.88% 0.99% -
XYZ 44.19 28.44 4.32 -
YUV 132.66 69.51 213.12 -
System Red Green Blue C M Y K H S L
Decimal 252 92 29 0 0.63 0.88 0.01 16.95 0.97 0.55
Hex FC 5C 1D 0 3F 58 1 11 61 37
Octal 374 134 35 0 77 130 1 21 141 67
Binary 11111100 1011100 11101 0 111111 1011000 1 10001 1100001 110111

Color Harmonies of #FC5C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C1D

Black with #FC5C1D

Text Example


Text Example

White with #FC5C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C1D; }

 p { color: rgb(252,92,29); }

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

background-color css

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

 a { background-color: rgb(252,92,29); }

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

border-color css

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

 span { border-color: rgb(252,92,29); }

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