Html Css Color HEX #FDDB20 Turbo

📋 copy color: '#FDDB20'

red 253 ◦ green 219 ◦ blue 32

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

Shades of Turbo #FDDB20

Tints of Turbo #FDDB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

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

R = 50.2%
G = 43.45%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDDB20 (or 0xFDDB20) is known color: Turbo. HEX triplet: FD, DB and 20. RGB value is (253,219,32). Sum of RGB (Red+Green+Blue) = 253+219+32=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB20 is #0224DF. Grayscale: #D0D0D0. Windows color (decimal): -140512 or 2153469. OLE color: 2153469.

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

Color convert

RGB 253 219 32 -
CMYK 0 0.13 0.87 0.01
HSL 50.77º 0.98% 0.56% -
HSV(B) 50.77º 0.87% 0.99% -
XYZ 66.1 71.65 11.71 -
YUV 207.85 28.76 160.21 -
System Red Green Blue C M Y K H S L
Decimal 253 219 32 0 0.13 0.87 0.01 50.77 0.98 0.56
Hex FD DB 20 0 D 57 1 33 62 38
Octal 375 333 40 0 15 127 1 63 142 70
Binary 11111101 11011011 100000 0 1101 1010111 1 110011 1100010 111000

Color Harmonies of #FDDB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB20

Black with #FDDB20

Text Example


Text Example

White with #FDDB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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