Html Css Color HEX #FFD618 Turbo

📋 copy color: '#FFD618'

red 255 ◦ green 214 ◦ blue 24

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

Shades of Turbo #FFD618

Tints of Turbo #FFD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

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

R = 51.72%
G = 43.41%
B = 4.87%

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

#FFD618 (or 0xFFD618) is known color: Turbo. HEX triplet: FF, D6 and 18. RGB value is (255,214,24). Sum of RGB (Red+Green+Blue) = 255+214+24=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 24 (9.77% from 255 or 4.87% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD618 is #0029E7. Grayscale: #CDCDCD. Windows color (decimal): -10728 or 1627903. OLE color: 1627903.

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

Color convert

RGB 255 214 24 -
CMYK 0 0.16 0.91 0
HSL 49.35º 1% 0.55% -
HSV(B) 49.35º 0.91% 1% -
XYZ 65.45 69.42 10.81 -
YUV 204.6 26.08 163.95 -
System Red Green Blue C M Y K H S L
Decimal 255 214 24 0 0.16 0.91 0 49.35 1 0.55
Hex FF D6 18 0 10 5B 0 31 64 37
Octal 377 326 30 0 20 133 0 61 144 67
Binary 11111111 11010110 11000 0 10000 1011011 0 110001 1100100 110111

Color Harmonies of #FFD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD618

Black with #FFD618

Text Example


Text Example

White with #FFD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD618; }

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

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

background-color css

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

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

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

border-color css

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

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

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