Html Css Color HEX #FCD00B Tangerine Yellow

📋 copy color: '#FCD00B'

red 252 ◦ green 208 ◦ blue 11

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

Shades of Tangerine Yellow #FCD00B

Tints of Tangerine Yellow #FCD00B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

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

R = 53.5%
G = 44.16%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD00B (or 0xFCD00B) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 0B. RGB value is (252,208,11). Sum of RGB (Red+Green+Blue) = 252+208+11=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD00B is #032FF4. Grayscale: #C7C7C7. Windows color (decimal): -208885 or 774396. OLE color: 774396.

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

Color convert

RGB 252 208 11 -
CMYK 0 0.17 0.96 0.01
HSL 49.05º 0.98% 0.52% -
HSV(B) 49.05º 0.96% 0.99% -
XYZ 62.76 65.83 9.72 -
YUV 198.7 22.08 166.02 -
System Red Green Blue C M Y K H S L
Decimal 252 208 11 0 0.17 0.96 0.01 49.05 0.98 0.52
Hex FC D0 B 0 11 60 1 31 62 34
Octal 374 320 13 0 21 140 1 61 142 64
Binary 11111100 11010000 1011 0 10001 1100000 1 110001 1100010 110100

Color Harmonies of #FCD00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD00B

Black with #FCD00B

Text Example


Text Example

White with #FCD00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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