Html Css Color HEX #FCA20F Dark Tangerine

📋 copy color: '#FCA20F'

red 252 ◦ green 162 ◦ blue 15

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

Shades of Dark Tangerine #FCA20F

Tints of Dark Tangerine #FCA20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 58.74%
G = 37.76%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCA20F (or 0xFCA20F) is known color: Dark Tangerine. HEX triplet: FC, A2 and 0F. RGB value is (252,162,15). Sum of RGB (Red+Green+Blue) = 252+162+15=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA20F is #035DF0. Grayscale: #ACACAC. Windows color (decimal): -220657 or 1024764. OLE color: 1024764.

HSL color Cylindrical-coordinate representation of color #FCA20F: hue angle of 37.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCA20F is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 162 15 -
CMYK 0 0.36 0.94 0.01
HSL 37.22º 0.98% 0.52% -
HSV(B) 37.22º 0.94% 0.99% -
XYZ 53.15 46.57 6.64 -
YUV 172.15 39.32 184.95 -
System Red Green Blue C M Y K H S L
Decimal 252 162 15 0 0.36 0.94 0.01 37.22 0.98 0.52
Hex FC A2 F 0 24 5E 1 25 62 34
Octal 374 242 17 0 44 136 1 45 142 64
Binary 11111100 10100010 1111 0 100100 1011110 1 100101 1100010 110100

Color Harmonies of #FCA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA20F

Black with #FCA20F

Text Example


Text Example

White with #FCA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA20F; }

 p { color: rgb(252,162,15); }

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

background-color css

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

 a { background-color: rgb(252,162,15); }

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

border-color css

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

 span { border-color: rgb(252,162,15); }

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