Html Css Color HEX #FCD71B Turbo

📋 copy color: '#FCD71B'

red 252 ◦ green 215 ◦ blue 27

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

Shades of Turbo #FCD71B

Tints of Turbo #FCD71B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

 BLUE value IS 27 (10.94% from 255) = 5.47%

R = 51.01%
G = 43.52%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCD71B (or 0xFCD71B) is known color: Turbo. HEX triplet: FC, D7 and 1B. RGB value is (252,215,27). Sum of RGB (Red+Green+Blue) = 252+215+27=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD71B is #0328E4. Grayscale: #CDCDCD. Windows color (decimal): -207077 or 1824764. OLE color: 1824764.

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

Color convert

RGB 252 215 27 -
CMYK 0 0.15 0.89 0.01
HSL 50.13º 0.97% 0.55% -
HSV(B) 50.13º 0.89% 0.99% -
XYZ 64.64 69.38 11.02 -
YUV 204.63 27.76 161.79 -
System Red Green Blue C M Y K H S L
Decimal 252 215 27 0 0.15 0.89 0.01 50.13 0.97 0.55
Hex FC D7 1B 0 F 59 1 32 61 37
Octal 374 327 33 0 17 131 1 62 141 67
Binary 11111100 11010111 11011 0 1111 1011001 1 110010 1100001 110111

Color Harmonies of #FCD71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD71B

Black with #FCD71B

Text Example


Text Example

White with #FCD71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD71B; }

 p { color: rgb(252,215,27); }

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

background-color css

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

 a { background-color: rgb(252,215,27); }

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

border-color css

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

 span { border-color: rgb(252,215,27); }

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