Html Css Color HEX #FFD523 Turbo

📋 copy color: '#FFD523'

red 255 ◦ green 213 ◦ blue 35

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

Shades of Turbo #FFD523

Tints of Turbo #FFD523

RGB

 RED value IS 255 (100% from 255) = 50.7%

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

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

R = 50.7%
G = 42.35%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFD523 (or 0xFFD523) is known color: Turbo. HEX triplet: FF, D5 and 23. RGB value is (255,213,35). Sum of RGB (Red+Green+Blue) = 255+213+35=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 35 (14.06% from 255 or 6.96% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD523 is #002ADC. Grayscale: #CECECE. Windows color (decimal): -10973 or 2348543. OLE color: 2348543.

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

Color convert

RGB 255 213 35 -
CMYK 0 0.16 0.86 0
HSL 48.55º 1% 0.57% -
HSV(B) 48.55º 0.86% 1% -
XYZ 65.34 68.97 11.46 -
YUV 205.27 31.91 163.47 -
System Red Green Blue C M Y K H S L
Decimal 255 213 35 0 0.16 0.86 0 48.55 1 0.57
Hex FF D5 23 0 10 56 0 31 64 39
Octal 377 325 43 0 20 126 0 61 144 71
Binary 11111111 11010101 100011 0 10000 1010110 0 110001 1100100 111001

Color Harmonies of #FFD523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD523

Black with #FFD523

Text Example


Text Example

White with #FFD523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD523; }

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

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

background-color css

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

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

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

border-color css

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

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

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