Html Css Color HEX #FFD020 Turbo

📋 copy color: '#FFD020'

red 255 ◦ green 208 ◦ blue 32

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

Shades of Turbo #FFD020

Tints of Turbo #FFD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

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

R = 51.52%
G = 42.02%
B = 6.46%

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

#FFD020 (or 0xFFD020) is known color: Turbo. HEX triplet: FF, D0 and 20. RGB value is (255,208,32). Sum of RGB (Red+Green+Blue) = 255+208+32=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD020 is #002FDF. Grayscale: #CACACA. Windows color (decimal): -12256 or 2150655. OLE color: 2150655.

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

Color convert

RGB 255 208 32 -
CMYK 0 0.18 0.87 0
HSL 47.35º 1% 0.56% -
HSV(B) 47.35º 0.87% 1% -
XYZ 64.06 66.48 10.82 -
YUV 201.99 32.07 165.81 -
System Red Green Blue C M Y K H S L
Decimal 255 208 32 0 0.18 0.87 0 47.35 1 0.56
Hex FF D0 20 0 12 57 0 2F 64 38
Octal 377 320 40 0 22 127 0 57 144 70
Binary 11111111 11010000 100000 0 10010 1010111 0 101111 1100100 111000

Color Harmonies of #FFD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD020

Black with #FFD020

Text Example


Text Example

White with #FFD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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