Html Css Color HEX #FDCD29 Turbo

📋 copy color: '#FDCD29'

red 253 ◦ green 205 ◦ blue 41

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

Shades of Turbo #FDCD29

Tints of Turbo #FDCD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.22%

R = 50.7%
G = 41.08%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDCD29 (or 0xFDCD29) is known color: Turbo. HEX triplet: FD, CD and 29. RGB value is (253,205,41). Sum of RGB (Red+Green+Blue) = 253+205+41=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD29 is #0232D6. Grayscale: #C9C9C9. Windows color (decimal): -144087 or 2739709. OLE color: 2739709.

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

Color convert

RGB 253 205 41 -
CMYK 0 0.19 0.84 0.01
HSL 46.42º 0.98% 0.58% -
HSV(B) 46.42º 0.84% 0.99% -
XYZ 62.74 64.71 11.28 -
YUV 200.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 253 205 41 0 0.19 0.84 0.01 46.42 0.98 0.58
Hex FD CD 29 0 13 54 1 2E 62 3A
Octal 375 315 51 0 23 124 1 56 142 72
Binary 11111101 11001101 101001 0 10011 1010100 1 101110 1100010 111010

Color Harmonies of #FDCD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD29

Black with #FDCD29

Text Example


Text Example

White with #FDCD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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