Html Css Color HEX #FCDB20 Turbo

📋 copy color: '#FCDB20'

red 252 ◦ green 219 ◦ blue 32

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

Shades of Turbo #FCDB20

Tints of Turbo #FCDB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.36%

R = 50.1%
G = 43.54%
B = 6.36%

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

#FCDB20 (or 0xFCDB20) is known color: Turbo. HEX triplet: FC, DB and 20. RGB value is (252,219,32). Sum of RGB (Red+Green+Blue) = 252+219+32=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 32 (12.89% from 255 or 6.36% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB20 is #0324DF. Grayscale: #D0D0D0. Windows color (decimal): -206048 or 2153468. OLE color: 2153468.

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

Color convert

RGB 252 219 32 -
CMYK 0 0.13 0.87 0.01
HSL 51º 0.97% 0.56% -
HSV(B) 51º 0.87% 0.99% -
XYZ 65.74 71.46 11.7 -
YUV 207.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 252 219 32 0 0.13 0.87 0.01 51 0.97 0.56
Hex FC DB 20 0 D 57 1 33 61 38
Octal 374 333 40 0 15 127 1 63 141 70
Binary 11111100 11011011 100000 0 1101 1010111 1 110011 1100001 111000

Color Harmonies of #FCDB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB20

Black with #FCDB20

Text Example


Text Example

White with #FCDB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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