Html Css Color HEX #FCD01B Turbo

📋 copy color: '#FCD01B'

red 252 ◦ green 208 ◦ blue 27

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

Shades of Turbo #FCD01B

Tints of Turbo #FCD01B

RGB

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

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

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

R = 51.75%
G = 42.71%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCD01B (or 0xFCD01B) is known color: Turbo. HEX triplet: FC, D0 and 1B. RGB value is (252,208,27). Sum of RGB (Red+Green+Blue) = 252+208+27=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD01B is #032FE4. Grayscale: #C9C9C9. Windows color (decimal): -208869 or 1822972. OLE color: 1822972.

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

Color convert

RGB 252 208 27 -
CMYK 0 0.17 0.89 0.01
HSL 48.27º 0.97% 0.55% -
HSV(B) 48.27º 0.89% 0.99% -
XYZ 62.9 65.89 10.44 -
YUV 200.52 30.08 164.72 -
System Red Green Blue C M Y K H S L
Decimal 252 208 27 0 0.17 0.89 0.01 48.27 0.97 0.55
Hex FC D0 1B 0 11 59 1 30 61 37
Octal 374 320 33 0 21 131 1 60 141 67
Binary 11111100 11010000 11011 0 10001 1011001 1 110000 1100001 110111

Color Harmonies of #FCD01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD01B

Black with #FCD01B

Text Example


Text Example

White with #FCD01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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