Html Css Color HEX #FC995A Atomic Tangerine

📋 copy color: '#FC995A'

red 252 ◦ green 153 ◦ blue 90

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

Shades of Atomic Tangerine #FC995A

Tints of Atomic Tangerine #FC995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 50.91%
G = 30.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC995A (or 0xFC995A) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 5A. RGB value is (252,153,90). Sum of RGB (Red+Green+Blue) = 252+153+90=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC995A is #0366A5. Grayscale: #AFAFAF. Windows color (decimal): -222886 or 5937660. OLE color: 5937660.

HSL color Cylindrical-coordinate representation of color #FC995A: hue angle of 23.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC995A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 153 90 -
CMYK 0 0.39 0.64 0.01
HSL 23.33º 0.96% 0.67% -
HSV(B) 23.33º 0.64% 0.99% -
XYZ 53.38 44.22 15.39 -
YUV 175.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 252 153 90 0 0.39 0.64 0.01 23.33 0.96 0.67
Hex FC 99 5A 0 27 40 1 17 60 43
Octal 374 231 132 0 47 100 1 27 140 103
Binary 11111100 10011001 1011010 0 100111 1000000 1 10111 1100000 1000011

Color Harmonies of #FC995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC995A

Black with #FC995A

Text Example


Text Example

White with #FC995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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