Html Css Color HEX #FC9965 Atomic Tangerine

📋 copy color: '#FC9965'

red 252 ◦ green 153 ◦ blue 101

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

Shades of Atomic Tangerine #FC9965

Tints of Atomic Tangerine #FC9965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.24%

 BLUE value IS 101 (39.84% from 255) = 19.96%

R = 49.8%
G = 30.24%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC9965 (or 0xFC9965) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 65. RGB value is (252,153,101). Sum of RGB (Red+Green+Blue) = 252+153+101=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9965 is #03669A. Grayscale: #B0B0B0. Windows color (decimal): -222875 or 6658556. OLE color: 6658556.

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

Color convert

RGB 252 153 101 -
CMYK 0 0.39 0.60 0.01
HSL 20.66º 0.96% 0.69% -
HSV(B) 20.66º 0.6% 0.99% -
XYZ 53.89 44.42 18.05 -
YUV 176.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 252 153 101 0 0.39 0.60 0.01 20.66 0.96 0.69
Hex FC 99 65 0 27 3C 1 15 60 45
Octal 374 231 145 0 47 74 1 25 140 105
Binary 11111100 10011001 1100101 0 100111 111100 1 10101 1100000 1000101

Color Harmonies of #FC9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9965

Black with #FC9965

Text Example


Text Example

White with #FC9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9965; }

 p { color: rgb(252,153,101); }

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

background-color css

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

 a { background-color: rgb(252,153,101); }

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

border-color css

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

 span { border-color: rgb(252,153,101); }

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