Html Css Color HEX #FDC41D Turbo

📋 copy color: '#FDC41D'

red 253 ◦ green 196 ◦ blue 29

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

Shades of Turbo #FDC41D

Tints of Turbo #FDC41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

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

R = 52.93%
G = 41%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDC41D (or 0xFDC41D) is known color: Turbo. HEX triplet: FD, C4 and 1D. RGB value is (253,196,29). Sum of RGB (Red+Green+Blue) = 253+196+29=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC41D is #023BE2. Grayscale: #C2C2C2. Windows color (decimal): -146403 or 1950973. OLE color: 1950973.

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

Color convert

RGB 253 196 29 -
CMYK 0 0.23 0.89 0.01
HSL 44.73º 0.98% 0.55% -
HSV(B) 44.73º 0.89% 0.99% -
XYZ 60.47 60.45 9.64 -
YUV 194.01 34.88 170.08 -
System Red Green Blue C M Y K H S L
Decimal 253 196 29 0 0.23 0.89 0.01 44.73 0.98 0.55
Hex FD C4 1D 0 17 59 1 2D 62 37
Octal 375 304 35 0 27 131 1 55 142 67
Binary 11111101 11000100 11101 0 10111 1011001 1 101101 1100010 110111

Color Harmonies of #FDC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC41D

Black with #FDC41D

Text Example


Text Example

White with #FDC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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