Html Css Color HEX #FDD518 Turbo

📋 copy color: '#FDD518'

red 253 ◦ green 213 ◦ blue 24

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

Shades of Turbo #FDD518

Tints of Turbo #FDD518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.9%

R = 51.63%
G = 43.47%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDD518 (or 0xFDD518) is known color: Turbo. HEX triplet: FD, D5 and 18. RGB value is (253,213,24). Sum of RGB (Red+Green+Blue) = 253+213+24=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 24 (9.77% from 255 or 4.90% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD518 is #022AE7. Grayscale: #CCCCCC. Windows color (decimal): -142056 or 1627645. OLE color: 1627645.

HSL color Cylindrical-coordinate representation of color #FDD518: hue angle of 49.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDD518 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 24 -
CMYK 0 0.16 0.91 0.01
HSL 49.52º 0.98% 0.54% -
HSV(B) 49.52º 0.91% 0.99% -
XYZ 64.47 68.54 10.7 -
YUV 203.41 26.75 163.37 -
System Red Green Blue C M Y K H S L
Decimal 253 213 24 0 0.16 0.91 0.01 49.52 0.98 0.54
Hex FD D5 18 0 10 5B 1 32 62 36
Octal 375 325 30 0 20 133 1 62 142 66
Binary 11111101 11010101 11000 0 10000 1011011 1 110010 1100010 110110

Color Harmonies of #FDD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD518

Black with #FDD518

Text Example


Text Example

White with #FDD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD518; }

 p { color: rgb(253,213,24); }

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

background-color css

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

 a { background-color: rgb(253,213,24); }

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

border-color css

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

 span { border-color: rgb(253,213,24); }

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