Html Css Color HEX #FDD124 Turbo

📋 copy color: '#FDD124'

red 253 ◦ green 209 ◦ blue 36

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

Shades of Turbo #FDD124

Tints of Turbo #FDD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

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

R = 50.8%
G = 41.97%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD124 (or 0xFDD124) is known color: Turbo. HEX triplet: FD, D1 and 24. RGB value is (253,209,36). Sum of RGB (Red+Green+Blue) = 253+209+36=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD124 is #022EDB. Grayscale: #CBCBCB. Windows color (decimal): -143068 or 2413053. OLE color: 2413053.

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

Color convert

RGB 253 209 36 -
CMYK 0 0.17 0.86 0.01
HSL 47.83º 0.98% 0.57% -
HSV(B) 47.83º 0.86% 0.99% -
XYZ 63.63 66.61 11.17 -
YUV 202.43 34.08 164.07 -
System Red Green Blue C M Y K H S L
Decimal 253 209 36 0 0.17 0.86 0.01 47.83 0.98 0.57
Hex FD D1 24 0 11 56 1 30 62 39
Octal 375 321 44 0 21 126 1 60 142 71
Binary 11111101 11010001 100100 0 10001 1010110 1 110000 1100010 111001

Color Harmonies of #FDD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD124

Black with #FDD124

Text Example


Text Example

White with #FDD124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD124; }

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

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

background-color css

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

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

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

border-color css

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

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

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