Html Css Color HEX #FDD418 Turbo

📋 copy color: '#FDD418'

red 253 ◦ green 212 ◦ blue 24

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

Shades of Turbo #FDD418

Tints of Turbo #FDD418

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

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

R = 51.74%
G = 43.35%
B = 4.91%

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

#FDD418 (or 0xFDD418) is known color: Turbo. HEX triplet: FD, D4 and 18. RGB value is (253,212,24). Sum of RGB (Red+Green+Blue) = 253+212+24=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD418 is #022BE7. Grayscale: #CBCBCB. Windows color (decimal): -142312 or 1627389. OLE color: 1627389.

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

Color convert

RGB 253 212 24 -
CMYK 0 0.16 0.91 0.01
HSL 49.26º 0.98% 0.54% -
HSV(B) 49.26º 0.91% 0.99% -
XYZ 64.22 68.04 10.61 -
YUV 202.83 27.08 163.79 -
System Red Green Blue C M Y K H S L
Decimal 253 212 24 0 0.16 0.91 0.01 49.26 0.98 0.54
Hex FD D4 18 0 10 5B 1 31 62 36
Octal 375 324 30 0 20 133 1 61 142 66
Binary 11111101 11010100 11000 0 10000 1011011 1 110001 1100010 110110

Color Harmonies of #FDD418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD418

Black with #FDD418

Text Example


Text Example

White with #FDD418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD418; }

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

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

background-color css

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

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

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

border-color css

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

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

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