Html Css Color HEX #FCD01D Turbo

📋 copy color: '#FCD01D'

red 252 ◦ green 208 ◦ blue 29

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

Shades of Turbo #FCD01D

Tints of Turbo #FCD01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.93%

R = 51.53%
G = 42.54%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCD01D (or 0xFCD01D) is known color: Turbo. HEX triplet: FC, D0 and 1D. RGB value is (252,208,29). Sum of RGB (Red+Green+Blue) = 252+208+29=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 29 (11.72% from 255 or 5.93% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD01D is #032FE2. Grayscale: #C9C9C9. Windows color (decimal): -208867 or 1954044. OLE color: 1954044.

HSL color Cylindrical-coordinate representation of color #FCD01D: hue angle of 48.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCD01D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 29 -
CMYK 0 0.17 0.88 0.01
HSL 48.16º 0.97% 0.55% -
HSV(B) 48.16º 0.88% 0.99% -
XYZ 62.92 65.9 10.57 -
YUV 200.75 31.08 164.55 -
System Red Green Blue C M Y K H S L
Decimal 252 208 29 0 0.17 0.88 0.01 48.16 0.97 0.55
Hex FC D0 1D 0 11 58 1 30 61 37
Octal 374 320 35 0 21 130 1 60 141 67
Binary 11111100 11010000 11101 0 10001 1011000 1 110000 1100001 110111

Color Harmonies of #FCD01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD01D

Black with #FCD01D

Text Example


Text Example

White with #FCD01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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