Html Css Color HEX #FFD520 Turbo

📋 copy color: '#FFD520'

red 255 ◦ green 213 ◦ blue 32

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

Shades of Turbo #FFD520

Tints of Turbo #FFD520

RGB

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

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

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

R = 51%
G = 42.6%
B = 6.4%

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

#FFD520 (or 0xFFD520) is known color: Turbo. HEX triplet: FF, D5 and 20. RGB value is (255,213,32). Sum of RGB (Red+Green+Blue) = 255+213+32=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD520 is #002ADF. Grayscale: #CDCDCD. Windows color (decimal): -10976 or 2151935. OLE color: 2151935.

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

Color convert

RGB 255 213 32 -
CMYK 0 0.16 0.87 0
HSL 48.7º 1% 0.56% -
HSV(B) 48.7º 0.87% 1% -
XYZ 65.29 68.95 11.23 -
YUV 204.92 30.41 163.72 -
System Red Green Blue C M Y K H S L
Decimal 255 213 32 0 0.16 0.87 0 48.7 1 0.56
Hex FF D5 20 0 10 57 0 31 64 38
Octal 377 325 40 0 20 127 0 61 144 70
Binary 11111111 11010101 100000 0 10000 1010111 0 110001 1100100 111000

Color Harmonies of #FFD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD520

Black with #FFD520

Text Example


Text Example

White with #FFD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD520; }

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

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

background-color css

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

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

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

border-color css

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

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

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