Html Css Color HEX #FFD421 Turbo

📋 copy color: '#FFD421'

red 255 ◦ green 212 ◦ blue 33

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

Shades of Turbo #FFD421

Tints of Turbo #FFD421

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.4%

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

R = 51%
G = 42.4%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFD421 (or 0xFFD421) is known color: Turbo. HEX triplet: FF, D4 and 21. RGB value is (255,212,33). Sum of RGB (Red+Green+Blue) = 255+212+33=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD421 is #002BDE. Grayscale: #CDCDCD. Windows color (decimal): -11231 or 2217215. OLE color: 2217215.

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

Color convert

RGB 255 212 33 -
CMYK 0 0.17 0.87 0
HSL 48.38º 1% 0.56% -
HSV(B) 48.38º 0.87% 1% -
XYZ 65.06 68.46 11.22 -
YUV 204.45 31.25 164.05 -
System Red Green Blue C M Y K H S L
Decimal 255 212 33 0 0.17 0.87 0 48.38 1 0.56
Hex FF D4 21 0 11 57 0 30 64 38
Octal 377 324 41 0 21 127 0 60 144 70
Binary 11111111 11010100 100001 0 10001 1010111 0 110000 1100100 111000

Color Harmonies of #FFD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD421

Black with #FFD421

Text Example


Text Example

White with #FFD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD421; }

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

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

background-color css

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

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

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

border-color css

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

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

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