Html Css Color HEX #FFD118 Turbo

📋 copy color: '#FFD118'

red 255 ◦ green 209 ◦ blue 24

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

Shades of Turbo #FFD118

Tints of Turbo #FFD118

RGB

 RED value IS 255 (100% from 255) = 52.25%

 GREEN value IS 209 (82.03% from 255) = 42.83%

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

R = 52.25%
G = 42.83%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFD118 (or 0xFFD118) is known color: Turbo. HEX triplet: FF, D1 and 18. RGB value is (255,209,24). Sum of RGB (Red+Green+Blue) = 255+209+24=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD118 is #002EE7. Grayscale: #CACACA. Windows color (decimal): -12008 or 1626623. OLE color: 1626623.

HSL color Cylindrical-coordinate representation of color #FFD118: hue angle of 48.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFD118 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 209 24 -
CMYK 0 0.18 0.91 0
HSL 48.05º 1% 0.55% -
HSV(B) 48.05º 0.91% 1% -
XYZ 64.21 66.93 10.4 -
YUV 201.66 27.74 166.04 -
System Red Green Blue C M Y K H S L
Decimal 255 209 24 0 0.18 0.91 0 48.05 1 0.55
Hex FF D1 18 0 12 5B 0 30 64 37
Octal 377 321 30 0 22 133 0 60 144 67
Binary 11111111 11010001 11000 0 10010 1011011 0 110000 1100100 110111

Color Harmonies of #FFD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD118

Black with #FFD118

Text Example


Text Example

White with #FFD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD118; }

 p { color: rgb(255,209,24); }

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

background-color css

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

 a { background-color: rgb(255,209,24); }

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

border-color css

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

 span { border-color: rgb(255,209,24); }

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