Html Css Color HEX #FDCD20 Turbo

📋 copy color: '#FDCD20'

red 253 ◦ green 205 ◦ blue 32

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

Shades of Turbo #FDCD20

Tints of Turbo #FDCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

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

R = 51.63%
G = 41.84%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDCD20 (or 0xFDCD20) is known color: Turbo. HEX triplet: FD, CD and 20. RGB value is (253,205,32). Sum of RGB (Red+Green+Blue) = 253+205+32=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD20 is #0232DF. Grayscale: #C8C8C8. Windows color (decimal): -144096 or 2149885. OLE color: 2149885.

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

Color convert

RGB 253 205 32 -
CMYK 0 0.19 0.87 0.01
HSL 46.97º 0.98% 0.56% -
HSV(B) 46.97º 0.87% 0.99% -
XYZ 62.6 64.65 10.55 -
YUV 199.63 33.4 166.07 -
System Red Green Blue C M Y K H S L
Decimal 253 205 32 0 0.19 0.87 0.01 46.97 0.98 0.56
Hex FD CD 20 0 13 57 1 2F 62 38
Octal 375 315 40 0 23 127 1 57 142 70
Binary 11111101 11001101 100000 0 10011 1010111 1 101111 1100010 111000

Color Harmonies of #FDCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD20

Black with #FDCD20

Text Example


Text Example

White with #FDCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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