Html Css Color HEX #FC965A Atomic Tangerine

📋 copy color: '#FC965A'

red 252 ◦ green 150 ◦ blue 90

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

Shades of Atomic Tangerine #FC965A

Tints of Atomic Tangerine #FC965A

RGB

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

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

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

R = 51.22%
G = 30.49%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC965A (or 0xFC965A) is known color: Atomic Tangerine. HEX triplet: FC, 96 and 5A. RGB value is (252,150,90). Sum of RGB (Red+Green+Blue) = 252+150+90=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC965A is #0369A5. Grayscale: #AEAEAE. Windows color (decimal): -223654 or 5936892. OLE color: 5936892.

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

Color convert

RGB 252 150 90 -
CMYK 0 0.40 0.64 0.01
HSL 22.22º 0.96% 0.67% -
HSV(B) 22.22º 0.64% 0.99% -
XYZ 52.9 43.25 15.23 -
YUV 173.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 252 150 90 0 0.40 0.64 0.01 22.22 0.96 0.67
Hex FC 96 5A 0 28 40 1 16 60 43
Octal 374 226 132 0 50 100 1 26 140 103
Binary 11111100 10010110 1011010 0 101000 1000000 1 10110 1100000 1000011

Color Harmonies of #FC965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC965A

Black with #FC965A

Text Example


Text Example

White with #FC965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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