Html Css Color HEX #FCA30B Dark Tangerine

📋 copy color: '#FCA30B'

red 252 ◦ green 163 ◦ blue 11

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

Shades of Dark Tangerine #FCA30B

Tints of Dark Tangerine #FCA30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 59.15%
G = 38.26%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCA30B (or 0xFCA30B) is known color: Dark Tangerine. HEX triplet: FC, A3 and 0B. RGB value is (252,163,11). Sum of RGB (Red+Green+Blue) = 252+163+11=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA30B is #035CF4. Grayscale: #ACACAC. Windows color (decimal): -220405 or 762876. OLE color: 762876.

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

Color convert

RGB 252 163 11 -
CMYK 0 0.35 0.96 0.01
HSL 37.84º 0.98% 0.52% -
HSV(B) 37.84º 0.96% 0.99% -
XYZ 53.3 46.91 6.56 -
YUV 172.28 36.99 184.86 -
System Red Green Blue C M Y K H S L
Decimal 252 163 11 0 0.35 0.96 0.01 37.84 0.98 0.52
Hex FC A3 B 0 23 60 1 26 62 34
Octal 374 243 13 0 43 140 1 46 142 64
Binary 11111100 10100011 1011 0 100011 1100000 1 100110 1100010 110100

Color Harmonies of #FCA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA30B

Black with #FCA30B

Text Example


Text Example

White with #FCA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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