Html Css Color HEX #FDD523 Turbo

📋 copy color: '#FDD523'

red 253 ◦ green 213 ◦ blue 35

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

Shades of Turbo #FDD523

Tints of Turbo #FDD523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.99%

R = 50.5%
G = 42.51%
B = 6.99%

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

#FDD523 (or 0xFDD523) is known color: Turbo. HEX triplet: FD, D5 and 23. RGB value is (253,213,35). Sum of RGB (Red+Green+Blue) = 253+213+35=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD523 is #022ADC. Grayscale: #CDCDCD. Windows color (decimal): -142045 or 2348541. OLE color: 2348541.

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

Color convert

RGB 253 213 35 -
CMYK 0 0.16 0.86 0.01
HSL 48.99º 0.98% 0.56% -
HSV(B) 48.99º 0.86% 0.99% -
XYZ 64.61 68.59 11.42 -
YUV 204.67 32.25 162.47 -
System Red Green Blue C M Y K H S L
Decimal 253 213 35 0 0.16 0.86 0.01 48.99 0.98 0.56
Hex FD D5 23 0 10 56 1 31 62 38
Octal 375 325 43 0 20 126 1 61 142 70
Binary 11111101 11010101 100011 0 10000 1010110 1 110001 1100010 111000

Color Harmonies of #FDD523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD523

Black with #FDD523

Text Example


Text Example

White with #FDD523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD523; }

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

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

background-color css

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

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

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

border-color css

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

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

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