Html Css Color HEX #FC642A Outrageous Orange

📋 copy color: '#FC642A'

red 252 ◦ green 100 ◦ blue 42

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

Shades of Outrageous Orange #FC642A

Tints of Outrageous Orange #FC642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 63.96%
G = 25.38%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC642A (or 0xFC642A) is known color: Outrageous Orange. HEX triplet: FC, 64 and 2A. RGB value is (252,100,42). Sum of RGB (Red+Green+Blue) = 252+100+42=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC642A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC642A is #039BD5. Grayscale: #8B8B8B. Windows color (decimal): -236502 or 2778364. OLE color: 2778364.

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

Color convert

RGB 252 100 42 -
CMYK 0 0.60 0.83 0.01
HSL 16.57º 0.97% 0.58% -
HSV(B) 16.57º 0.83% 0.99% -
XYZ 45.12 29.98 5.6 -
YUV 138.84 73.36 208.72 -
System Red Green Blue C M Y K H S L
Decimal 252 100 42 0 0.60 0.83 0.01 16.57 0.97 0.58
Hex FC 64 2A 0 3C 53 1 11 61 3A
Octal 374 144 52 0 74 123 1 21 141 72
Binary 11111100 1100100 101010 0 111100 1010011 1 10001 1100001 111010

Color Harmonies of #FC642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC642A

Black with #FC642A

Text Example


Text Example

White with #FC642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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