Html Css Color HEX #FFD524 Turbo

📋 copy color: '#FFD524'

red 255 ◦ green 213 ◦ blue 36

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

Shades of Turbo #FFD524

Tints of Turbo #FFD524

RGB

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

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

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

R = 50.6%
G = 42.26%
B = 7.14%

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

#FFD524 (or 0xFFD524) is known color: Turbo. HEX triplet: FF, D5 and 24. RGB value is (255,213,36). Sum of RGB (Red+Green+Blue) = 255+213+36=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD524 is #002ADB. Grayscale: #CECECE. Windows color (decimal): -10972 or 2414079. OLE color: 2414079.

HSL color Cylindrical-coordinate representation of color #FFD524: hue angle of 48.49º 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 #FFD524 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 36 -
CMYK 0 0.16 0.86 0
HSL 48.49º 1% 0.57% -
HSV(B) 48.49º 0.86% 1% -
XYZ 65.35 68.98 11.54 -
YUV 205.38 32.41 163.39 -
System Red Green Blue C M Y K H S L
Decimal 255 213 36 0 0.16 0.86 0 48.49 1 0.57
Hex FF D5 24 0 10 56 0 30 64 39
Octal 377 325 44 0 20 126 0 60 144 71
Binary 11111111 11010101 100100 0 10000 1010110 0 110000 1100100 111001

Color Harmonies of #FFD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD524

Black with #FFD524

Text Example


Text Example

White with #FFD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD524; }

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

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

background-color css

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

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

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

border-color css

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

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

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