Html Css Color HEX #FCA30C Dark Tangerine

📋 copy color: '#FCA30C'

red 252 ◦ green 163 ◦ blue 12

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

Shades of Dark Tangerine #FCA30C

Tints of Dark Tangerine #FCA30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

 BLUE value IS 12 (5.08% from 255) = 2.81%

R = 59.02%
G = 38.17%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCA30C (or 0xFCA30C) is known color: Dark Tangerine. HEX triplet: FC, A3 and 0C. RGB value is (252,163,12). Sum of RGB (Red+Green+Blue) = 252+163+12=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA30C is #035CF3. Grayscale: #ADADAD. Windows color (decimal): -220404 or 828412. OLE color: 828412.

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

Color convert

RGB 252 163 12 -
CMYK 0 0.35 0.95 0.01
HSL 37.75º 0.98% 0.52% -
HSV(B) 37.75º 0.95% 0.99% -
XYZ 53.31 46.92 6.59 -
YUV 172.4 37.49 184.78 -
System Red Green Blue C M Y K H S L
Decimal 252 163 12 0 0.35 0.95 0.01 37.75 0.98 0.52
Hex FC A3 C 0 23 5F 1 26 62 34
Octal 374 243 14 0 43 137 1 46 142 64
Binary 11111100 10100011 1100 0 100011 1011111 1 100110 1100010 110100

Color Harmonies of #FCA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA30C

Black with #FCA30C

Text Example


Text Example

White with #FCA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA30C; }

 p { color: rgb(252,163,12); }

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

background-color css

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

 a { background-color: rgb(252,163,12); }

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

border-color css

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

 span { border-color: rgb(252,163,12); }

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