Html Css Color HEX #FDC51D Turbo

📋 copy color: '#FDC51D'

red 253 ◦ green 197 ◦ blue 29

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

Shades of Turbo #FDC51D

Tints of Turbo #FDC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.13%

 BLUE value IS 29 (11.72% from 255) = 6.05%

R = 52.82%
G = 41.13%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDC51D (or 0xFDC51D) is known color: Turbo. HEX triplet: FD, C5 and 1D. RGB value is (253,197,29). Sum of RGB (Red+Green+Blue) = 253+197+29=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC51D is #023AE2. Grayscale: #C3C3C3. Windows color (decimal): -146147 or 1951229. OLE color: 1951229.

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

Color convert

RGB 253 197 29 -
CMYK 0 0.22 0.89 0.01
HSL 45º 0.98% 0.55% -
HSV(B) 45º 0.89% 0.99% -
XYZ 60.7 60.9 9.72 -
YUV 194.59 34.55 169.66 -
System Red Green Blue C M Y K H S L
Decimal 253 197 29 0 0.22 0.89 0.01 45 0.98 0.55
Hex FD C5 1D 0 16 59 1 2D 62 37
Octal 375 305 35 0 26 131 1 55 142 67
Binary 11111101 11000101 11101 0 10110 1011001 1 101101 1100010 110111

Color Harmonies of #FDC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC51D

Black with #FDC51D

Text Example


Text Example

White with #FDC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC51D; }

 p { color: rgb(253,197,29); }

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

background-color css

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

 a { background-color: rgb(253,197,29); }

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

border-color css

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

 span { border-color: rgb(253,197,29); }

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