Html Css Color HEX #FFD718 Turbo

📋 copy color: '#FFD718'

red 255 ◦ green 215 ◦ blue 24

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

Shades of Turbo #FFD718

Tints of Turbo #FFD718

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

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

R = 51.62%
G = 43.52%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFD718 (or 0xFFD718) is known color: Turbo. HEX triplet: FF, D7 and 18. RGB value is (255,215,24). Sum of RGB (Red+Green+Blue) = 255+215+24=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD718 is #0028E7. Grayscale: #CDCDCD. Windows color (decimal): -10472 or 1628159. OLE color: 1628159.

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

Color convert

RGB 255 215 24 -
CMYK 0 0.16 0.91 0
HSL 49.61º 1% 0.55% -
HSV(B) 49.61º 0.91% 1% -
XYZ 65.71 69.93 10.9 -
YUV 205.19 25.75 163.53 -
System Red Green Blue C M Y K H S L
Decimal 255 215 24 0 0.16 0.91 0 49.61 1 0.55
Hex FF D7 18 0 10 5B 0 32 64 37
Octal 377 327 30 0 20 133 0 62 144 67
Binary 11111111 11010111 11000 0 10000 1011011 0 110010 1100100 110111

Color Harmonies of #FFD718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD718

Black with #FFD718

Text Example


Text Example

White with #FFD718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD718; }

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

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

background-color css

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

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

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

border-color css

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

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

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