Html Css Color HEX #FCD81B Turbo

📋 copy color: '#FCD81B'

red 252 ◦ green 216 ◦ blue 27

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

Shades of Turbo #FCD81B

Tints of Turbo #FCD81B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.64%

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

R = 50.91%
G = 43.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCD81B (or 0xFCD81B) is known color: Turbo. HEX triplet: FC, D8 and 1B. RGB value is (252,216,27). Sum of RGB (Red+Green+Blue) = 252+216+27=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD81B is #0327E4. Grayscale: #CECECE. Windows color (decimal): -206821 or 1825020. OLE color: 1825020.

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

Color convert

RGB 252 216 27 -
CMYK 0 0.14 0.89 0.01
HSL 50.4º 0.97% 0.55% -
HSV(B) 50.4º 0.89% 0.99% -
XYZ 64.9 69.89 11.11 -
YUV 205.22 27.43 161.37 -
System Red Green Blue C M Y K H S L
Decimal 252 216 27 0 0.14 0.89 0.01 50.4 0.97 0.55
Hex FC D8 1B 0 E 59 1 32 61 37
Octal 374 330 33 0 16 131 1 62 141 67
Binary 11111100 11011000 11011 0 1110 1011001 1 110010 1100001 110111

Color Harmonies of #FCD81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD81B

Black with #FCD81B

Text Example


Text Example

White with #FCD81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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