Html Css Color HEX #FFD420 Turbo

📋 copy color: '#FFD420'

red 255 ◦ green 212 ◦ blue 32

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

Shades of Turbo #FFD420

Tints of Turbo #FFD420

RGB

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

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

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

R = 51.1%
G = 42.48%
B = 6.41%

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

#FFD420 (or 0xFFD420) is known color: Turbo. HEX triplet: FF, D4 and 20. RGB value is (255,212,32). Sum of RGB (Red+Green+Blue) = 255+212+32=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD420 is #002BDF. Grayscale: #CDCDCD. Windows color (decimal): -11232 or 2151679. OLE color: 2151679.

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

Color convert

RGB 255 212 32 -
CMYK 0 0.17 0.87 0
HSL 48.43º 1% 0.56% -
HSV(B) 48.43º 0.87% 1% -
XYZ 65.04 68.45 11.15 -
YUV 204.34 30.75 164.14 -
System Red Green Blue C M Y K H S L
Decimal 255 212 32 0 0.17 0.87 0 48.43 1 0.56
Hex FF D4 20 0 11 57 0 30 64 38
Octal 377 324 40 0 21 127 0 60 144 70
Binary 11111111 11010100 100000 0 10001 1010111 0 110000 1100100 111000

Color Harmonies of #FFD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD420

Black with #FFD420

Text Example


Text Example

White with #FFD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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