Html Css Color HEX #FFD521 Turbo

📋 copy color: '#FFD521'

red 255 ◦ green 213 ◦ blue 33

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

Shades of Turbo #FFD521

Tints of Turbo #FFD521

RGB

 RED value IS 255 (100% from 255) = 50.9%

 GREEN value IS 213 (83.59% from 255) = 42.51%

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

R = 50.9%
G = 42.51%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFD521 (or 0xFFD521) is known color: Turbo. HEX triplet: FF, D5 and 21. RGB value is (255,213,33). Sum of RGB (Red+Green+Blue) = 255+213+33=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 33 (13.28% from 255 or 6.59% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD521 is #002ADE. Grayscale: #CDCDCD. Windows color (decimal): -10975 or 2217471. OLE color: 2217471.

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

Color convert

RGB 255 213 33 -
CMYK 0 0.16 0.87 0
HSL 48.65º 1% 0.56% -
HSV(B) 48.65º 0.87% 1% -
XYZ 65.31 68.96 11.31 -
YUV 205.04 30.91 163.64 -
System Red Green Blue C M Y K H S L
Decimal 255 213 33 0 0.16 0.87 0 48.65 1 0.56
Hex FF D5 21 0 10 57 0 31 64 38
Octal 377 325 41 0 20 127 0 61 144 70
Binary 11111111 11010101 100001 0 10000 1010111 0 110001 1100100 111000

Color Harmonies of #FFD521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD521

Black with #FFD521

Text Example


Text Example

White with #FFD521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD521; }

 p { color: rgb(255,213,33); }

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

background-color css

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

 a { background-color: rgb(255,213,33); }

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

border-color css

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

 span { border-color: rgb(255,213,33); }

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