Html Css Color HEX #FCA30D Dark Tangerine

📋 copy color: '#FCA30D'

red 252 ◦ green 163 ◦ blue 13

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

Shades of Dark Tangerine #FCA30D

Tints of Dark Tangerine #FCA30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 58.88%
G = 38.08%
B = 3.04%

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

#FCA30D (or 0xFCA30D) is known color: Dark Tangerine. HEX triplet: FC, A3 and 0D. RGB value is (252,163,13). Sum of RGB (Red+Green+Blue) = 252+163+13=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA30D is #035CF2. Grayscale: #ADADAD. Windows color (decimal): -220403 or 893948. OLE color: 893948.

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

Color convert

RGB 252 163 13 -
CMYK 0 0.35 0.95 0.01
HSL 37.66º 0.98% 0.52% -
HSV(B) 37.66º 0.95% 0.99% -
XYZ 53.31 46.92 6.63 -
YUV 172.51 37.99 184.7 -
System Red Green Blue C M Y K H S L
Decimal 252 163 13 0 0.35 0.95 0.01 37.66 0.98 0.52
Hex FC A3 D 0 23 5F 1 26 62 34
Octal 374 243 15 0 43 137 1 46 142 64
Binary 11111100 10100011 1101 0 100011 1011111 1 100110 1100010 110100

Color Harmonies of #FCA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA30D

Black with #FCA30D

Text Example


Text Example

White with #FCA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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