Html Css Color HEX #FDD519 Turbo

📋 copy color: '#FDD519'

red 253 ◦ green 213 ◦ blue 25

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

Shades of Turbo #FDD519

Tints of Turbo #FDD519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.09%

R = 51.53%
G = 43.38%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDD519 (or 0xFDD519) is known color: Turbo. HEX triplet: FD, D5 and 19. RGB value is (253,213,25). Sum of RGB (Red+Green+Blue) = 253+213+25=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD519 is #022AE6. Grayscale: #CCCCCC. Windows color (decimal): -142055 or 1693181. OLE color: 1693181.

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

Color convert

RGB 253 213 25 -
CMYK 0 0.16 0.90 0.01
HSL 49.47º 0.98% 0.55% -
HSV(B) 49.47º 0.9% 0.99% -
XYZ 64.48 68.54 10.75 -
YUV 203.53 27.25 163.29 -
System Red Green Blue C M Y K H S L
Decimal 253 213 25 0 0.16 0.90 0.01 49.47 0.98 0.55
Hex FD D5 19 0 10 5A 1 31 62 37
Octal 375 325 31 0 20 132 1 61 142 67
Binary 11111101 11010101 11001 0 10000 1011010 1 110001 1100010 110111

Color Harmonies of #FDD519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD519

Black with #FDD519

Text Example


Text Example

White with #FDD519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD519; }

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

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

background-color css

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

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

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

border-color css

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

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

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