Html Css Color HEX #FC966B Atomic Tangerine

📋 copy color: '#FC966B'

red 252 ◦ green 150 ◦ blue 107

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

Shades of Atomic Tangerine #FC966B

Tints of Atomic Tangerine #FC966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

 BLUE value IS 107 (42.19% from 255) = 21.02%

R = 49.51%
G = 29.47%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC966B (or 0xFC966B) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 6B. RGB value is (252,150,107). Sum of RGB (Red+Green+Blue) = 252+150+107=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC966B is #036994. Grayscale: #AFAFAF. Windows color (decimal): -223637 or 7051004. OLE color: 7051004.

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

Color convert

RGB 252 150 107 -
CMYK 0 0.40 0.58 0.01
HSL 17.79º 0.96% 0.7% -
HSV(B) 17.79º 0.58% 0.99% -
XYZ 53.71 43.57 19.49 -
YUV 175.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 252 150 107 0 0.40 0.58 0.01 17.79 0.96 0.7
Hex FC 96 6B 0 28 3A 1 12 60 46
Octal 374 226 153 0 50 72 1 22 140 106
Binary 11111100 10010110 1101011 0 101000 111010 1 10010 1100000 1000110

Color Harmonies of #FC966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC966B

Black with #FC966B

Text Example


Text Example

White with #FC966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC966B; }

 p { color: rgb(252,150,107); }

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

background-color css

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

 a { background-color: rgb(252,150,107); }

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

border-color css

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

 span { border-color: rgb(252,150,107); }

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