Html Css Color HEX #FDD420 Turbo

📋 copy color: '#FDD420'

red 253 ◦ green 212 ◦ blue 32

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

Shades of Turbo #FDD420

Tints of Turbo #FDD420

RGB

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

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

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

R = 50.91%
G = 42.66%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD420 (or 0xFDD420) is known color: Turbo. HEX triplet: FD, D4 and 20. RGB value is (253,212,32). Sum of RGB (Red+Green+Blue) = 253+212+32=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD420 is #022BDF. Grayscale: #CCCCCC. Windows color (decimal): -142304 or 2151677. OLE color: 2151677.

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

Color convert

RGB 253 212 32 -
CMYK 0 0.16 0.87 0.01
HSL 48.87º 0.98% 0.56% -
HSV(B) 48.87º 0.87% 0.99% -
XYZ 64.31 68.07 11.12 -
YUV 203.74 31.08 163.14 -
System Red Green Blue C M Y K H S L
Decimal 253 212 32 0 0.16 0.87 0.01 48.87 0.98 0.56
Hex FD D4 20 0 10 57 1 31 62 38
Octal 375 324 40 0 20 127 1 61 142 70
Binary 11111101 11010100 100000 0 10000 1010111 1 110001 1100010 111000

Color Harmonies of #FDD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD420

Black with #FDD420

Text Example


Text Example

White with #FDD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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