Html Css Color HEX #FCDD20 Turbo

📋 copy color: '#FCDD20'

red 252 ◦ green 221 ◦ blue 32

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

Shades of Turbo #FCDD20

Tints of Turbo #FCDD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 49.9%
G = 43.76%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCDD20 (or 0xFCDD20) is known color: Turbo. HEX triplet: FC, DD and 20. RGB value is (252,221,32). Sum of RGB (Red+Green+Blue) = 252+221+32=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD20 is #0322DF. Grayscale: #D1D1D1. Windows color (decimal): -205536 or 2153980. OLE color: 2153980.

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

Color convert

RGB 252 221 32 -
CMYK 0 0.12 0.87 0.01
HSL 51.55º 0.97% 0.56% -
HSV(B) 51.55º 0.87% 0.99% -
XYZ 66.26 72.51 11.87 -
YUV 208.72 28.27 158.87 -
System Red Green Blue C M Y K H S L
Decimal 252 221 32 0 0.12 0.87 0.01 51.55 0.97 0.56
Hex FC DD 20 0 C 57 1 34 61 38
Octal 374 335 40 0 14 127 1 64 141 70
Binary 11111100 11011101 100000 0 1100 1010111 1 110100 1100001 111000

Color Harmonies of #FCDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD20

Black with #FCDD20

Text Example


Text Example

White with #FCDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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