Html Css Color HEX #FDD020 Turbo

📋 copy color: '#FDD020'

red 253 ◦ green 208 ◦ blue 32

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

Shades of Turbo #FDD020

Tints of Turbo #FDD020

RGB

 RED value IS 253 (99.22% from 255) = 51.32%

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

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

R = 51.32%
G = 42.19%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD020 (or 0xFDD020) is known color: Turbo. HEX triplet: FD, D0 and 20. RGB value is (253,208,32). Sum of RGB (Red+Green+Blue) = 253+208+32=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD020 is #022FDF. Grayscale: #CACACA. Windows color (decimal): -143328 or 2150653. OLE color: 2150653.

HSL color Cylindrical-coordinate representation of color #FDD020: hue angle of 47.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDD020 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 208 32 -
CMYK 0 0.18 0.87 0.01
HSL 47.78º 0.98% 0.56% -
HSV(B) 47.78º 0.87% 0.99% -
XYZ 63.32 66.1 10.79 -
YUV 201.39 32.41 164.81 -
System Red Green Blue C M Y K H S L
Decimal 253 208 32 0 0.18 0.87 0.01 47.78 0.98 0.56
Hex FD D0 20 0 12 57 1 30 62 38
Octal 375 320 40 0 22 127 1 60 142 70
Binary 11111101 11010000 100000 0 10010 1010111 1 110000 1100010 111000

Color Harmonies of #FDD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD020

Black with #FDD020

Text Example


Text Example

White with #FDD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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