Html Css Color HEX #FFD221 Turbo

📋 copy color: '#FFD221'

red 255 ◦ green 210 ◦ blue 33

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

Shades of Turbo #FFD221

Tints of Turbo #FFD221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

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

R = 51.2%
G = 42.17%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFD221 (or 0xFFD221) is known color: Turbo. HEX triplet: FF, D2 and 21. RGB value is (255,210,33). Sum of RGB (Red+Green+Blue) = 255+210+33=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD221 is #002DDE. Grayscale: #CCCCCC. Windows color (decimal): -11743 or 2216703. OLE color: 2216703.

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

Color convert

RGB 255 210 33 -
CMYK 0 0.18 0.87 0
HSL 47.84º 1% 0.56% -
HSV(B) 47.84º 0.87% 1% -
XYZ 64.56 67.46 11.06 -
YUV 203.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 255 210 33 0 0.18 0.87 0 47.84 1 0.56
Hex FF D2 21 0 12 57 0 30 64 38
Octal 377 322 41 0 22 127 0 60 144 70
Binary 11111111 11010010 100001 0 10010 1010111 0 110000 1100100 111000

Color Harmonies of #FFD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD221

Black with #FFD221

Text Example


Text Example

White with #FFD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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