Html Css Color HEX #FDDC24 Turbo

📋 copy color: '#FDDC24'

red 253 ◦ green 220 ◦ blue 36

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

Shades of Turbo #FDDC24

Tints of Turbo #FDDC24

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

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

R = 49.71%
G = 43.22%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDDC24 (or 0xFDDC24) is known color: Turbo. HEX triplet: FD, DC and 24. RGB value is (253,220,36). Sum of RGB (Red+Green+Blue) = 253+220+36=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 36 (14.45% from 255 or 7.07% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC24 is #0223DB. Grayscale: #D1D1D1. Windows color (decimal): -140252 or 2415869. OLE color: 2415869.

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

Color convert

RGB 253 220 36 -
CMYK 0 0.13 0.86 0.01
HSL 50.88º 0.98% 0.57% -
HSV(B) 50.88º 0.86% 0.99% -
XYZ 66.42 72.2 12.1 -
YUV 208.89 30.43 159.46 -
System Red Green Blue C M Y K H S L
Decimal 253 220 36 0 0.13 0.86 0.01 50.88 0.98 0.57
Hex FD DC 24 0 D 56 1 33 62 39
Octal 375 334 44 0 15 126 1 63 142 71
Binary 11111101 11011100 100100 0 1101 1010110 1 110011 1100010 111001

Color Harmonies of #FDDC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC24

Black with #FDDC24

Text Example


Text Example

White with #FDDC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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