Html Css Color HEX #FDD526 Turbo

📋 copy color: '#FDD526'

red 253 ◦ green 213 ◦ blue 38

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

Shades of Turbo #FDD526

Tints of Turbo #FDD526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.54%

R = 50.2%
G = 42.26%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDD526 (or 0xFDD526) is known color: Turbo. HEX triplet: FD, D5 and 26. RGB value is (253,213,38). Sum of RGB (Red+Green+Blue) = 253+213+38=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD526 is #022AD9. Grayscale: #CDCDCD. Windows color (decimal): -142042 or 2545149. OLE color: 2545149.

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

Color convert

RGB 253 213 38 -
CMYK 0 0.16 0.85 0.01
HSL 48.84º 0.98% 0.57% -
HSV(B) 48.84º 0.85% 0.99% -
XYZ 64.65 68.61 11.67 -
YUV 205.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 253 213 38 0 0.16 0.85 0.01 48.84 0.98 0.57
Hex FD D5 26 0 10 55 1 31 62 39
Octal 375 325 46 0 20 125 1 61 142 71
Binary 11111101 11010101 100110 0 10000 1010101 1 110001 1100010 111001

Color Harmonies of #FDD526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD526

Black with #FDD526

Text Example


Text Example

White with #FDD526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD526; }

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

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

background-color css

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

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

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

border-color css

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

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

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