Html Css Color HEX #FDD524 Turbo

📋 copy color: '#FDD524'

red 253 ◦ green 213 ◦ blue 36

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

Shades of Turbo #FDD524

Tints of Turbo #FDD524

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.43%

 BLUE value IS 36 (14.45% from 255) = 7.17%

R = 50.4%
G = 42.43%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD524 (or 0xFDD524) is known color: Turbo. HEX triplet: FD, D5 and 24. RGB value is (253,213,36). Sum of RGB (Red+Green+Blue) = 253+213+36=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 36 (14.45% from 255 or 7.17% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD524 is #022ADB. Grayscale: #CDCDCD. Windows color (decimal): -142044 or 2414077. OLE color: 2414077.

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

Color convert

RGB 253 213 36 -
CMYK 0 0.16 0.86 0.01
HSL 48.94º 0.98% 0.57% -
HSV(B) 48.94º 0.86% 0.99% -
XYZ 64.62 68.6 11.5 -
YUV 204.78 32.75 162.39 -
System Red Green Blue C M Y K H S L
Decimal 253 213 36 0 0.16 0.86 0.01 48.94 0.98 0.57
Hex FD D5 24 0 10 56 1 31 62 39
Octal 375 325 44 0 20 126 1 61 142 71
Binary 11111101 11010101 100100 0 10000 1010110 1 110001 1100010 111001

Color Harmonies of #FDD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD524

Black with #FDD524

Text Example


Text Example

White with #FDD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD524; }

 p { color: rgb(253,213,36); }

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

background-color css

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

 a { background-color: rgb(253,213,36); }

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

border-color css

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

 span { border-color: rgb(253,213,36); }

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