Html Css Color HEX #FDDB24 Turbo

📋 copy color: '#FDDB24'

red 253 ◦ green 219 ◦ blue 36

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

Shades of Turbo #FDDB24

Tints of Turbo #FDDB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 49.8%
G = 43.11%
B = 7.09%

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

#FDDB24 (or 0xFDDB24) is known color: Turbo. HEX triplet: FD, DB and 24. RGB value is (253,219,36). Sum of RGB (Red+Green+Blue) = 253+219+36=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB24 is #0224DB. Grayscale: #D1D1D1. Windows color (decimal): -140508 or 2415613. OLE color: 2415613.

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

Color convert

RGB 253 219 36 -
CMYK 0 0.13 0.86 0.01
HSL 50.6º 0.98% 0.57% -
HSV(B) 50.6º 0.86% 0.99% -
XYZ 66.16 71.67 12.02 -
YUV 208.3 30.76 159.88 -
System Red Green Blue C M Y K H S L
Decimal 253 219 36 0 0.13 0.86 0.01 50.6 0.98 0.57
Hex FD DB 24 0 D 56 1 33 62 39
Octal 375 333 44 0 15 126 1 63 142 71
Binary 11111101 11011011 100100 0 1101 1010110 1 110011 1100010 111001

Color Harmonies of #FDDB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB24

Black with #FDDB24

Text Example


Text Example

White with #FDDB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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