Html Css Color HEX #FCDB21 Turbo

📋 copy color: '#FCDB21'

red 252 ◦ green 219 ◦ blue 33

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

Shades of Turbo #FCDB21

Tints of Turbo #FCDB21

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 33 (13.28% from 255) = 6.55%

R = 50%
G = 43.45%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCDB21 (or 0xFCDB21) is known color: Turbo. HEX triplet: FC, DB and 21. RGB value is (252,219,33). Sum of RGB (Red+Green+Blue) = 252+219+33=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB21 is #0324DE. Grayscale: #D0D0D0. Windows color (decimal): -206047 or 2219004. OLE color: 2219004.

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

Color convert

RGB 252 219 33 -
CMYK 0 0.13 0.87 0.01
HSL 50.96º 0.97% 0.56% -
HSV(B) 50.96º 0.87% 0.99% -
XYZ 65.75 71.47 11.77 -
YUV 207.66 29.43 159.62 -
System Red Green Blue C M Y K H S L
Decimal 252 219 33 0 0.13 0.87 0.01 50.96 0.97 0.56
Hex FC DB 21 0 D 57 1 33 61 38
Octal 374 333 41 0 15 127 1 63 141 70
Binary 11111100 11011011 100001 0 1101 1010111 1 110011 1100001 111000

Color Harmonies of #FCDB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB21

Black with #FCDB21

Text Example


Text Example

White with #FCDB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB21; }

 p { color: rgb(252,219,33); }

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

background-color css

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

 a { background-color: rgb(252,219,33); }

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

border-color css

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

 span { border-color: rgb(252,219,33); }

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