Html Css Color HEX #FC9464 Atomic Tangerine

📋 copy color: '#FC9464'

red 252 ◦ green 148 ◦ blue 100

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

Shades of Atomic Tangerine #FC9464

Tints of Atomic Tangerine #FC9464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

 BLUE value IS 100 (39.45% from 255) = 20%

R = 50.4%
G = 29.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC9464 (or 0xFC9464) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 64. RGB value is (252,148,100). Sum of RGB (Red+Green+Blue) = 252+148+100=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9464 is #036B9B. Grayscale: #ADADAD. Windows color (decimal): -224156 or 6591740. OLE color: 6591740.

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

Color convert

RGB 252 148 100 -
CMYK 0 0.41 0.60 0.01
HSL 18.95º 0.96% 0.69% -
HSV(B) 18.95º 0.6% 0.99% -
XYZ 53.04 42.8 17.52 -
YUV 173.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 252 148 100 0 0.41 0.60 0.01 18.95 0.96 0.69
Hex FC 94 64 0 29 3C 1 13 60 45
Octal 374 224 144 0 51 74 1 23 140 105
Binary 11111100 10010100 1100100 0 101001 111100 1 10011 1100000 1000101

Color Harmonies of #FC9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9464

Black with #FC9464

Text Example


Text Example

White with #FC9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9464; }

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

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

background-color css

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

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

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

border-color css

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

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

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