Html Css Color HEX #FC622A Outrageous Orange

📋 copy color: '#FC622A'

red 252 ◦ green 98 ◦ blue 42

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

Shades of Outrageous Orange #FC622A

Tints of Outrageous Orange #FC622A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

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

R = 64.29%
G = 25%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC622A (or 0xFC622A) is known color: Outrageous Orange. HEX triplet: FC, 62 and 2A. RGB value is (252,98,42). Sum of RGB (Red+Green+Blue) = 252+98+42=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC622A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC622A is #039DD5. Grayscale: #8A8A8A. Windows color (decimal): -237014 or 2777852. OLE color: 2777852.

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

Color convert

RGB 252 98 42 -
CMYK 0 0.61 0.83 0.01
HSL 16º 0.97% 0.58% -
HSV(B) 16º 0.83% 0.99% -
XYZ 44.93 29.6 5.54 -
YUV 137.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 252 98 42 0 0.61 0.83 0.01 16 0.97 0.58
Hex FC 62 2A 0 3D 53 1 10 61 3A
Octal 374 142 52 0 75 123 1 20 141 72
Binary 11111100 1100010 101010 0 111101 1010011 1 10000 1100001 111010

Color Harmonies of #FC622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC622A

Black with #FC622A

Text Example


Text Example

White with #FC622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC622A; }

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

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

background-color css

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

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

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

border-color css

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

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

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