Html Css Color HEX #FFD615 Turbo

📋 copy color: '#FFD615'

red 255 ◦ green 214 ◦ blue 21

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

Shades of Turbo #FFD615

Tints of Turbo #FFD615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.29%

R = 52.04%
G = 43.67%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFD615 (or 0xFFD615) is known color: Turbo. HEX triplet: FF, D6 and 15. RGB value is (255,214,21). Sum of RGB (Red+Green+Blue) = 255+214+21=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 21 (8.59% from 255 or 4.29% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD615 is #0029EA. Grayscale: #CDCDCD. Windows color (decimal): -10731 or 1431295. OLE color: 1431295.

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

Color convert

RGB 255 214 21 -
CMYK 0 0.16 0.92 0
HSL 49.49º 1% 0.54% -
HSV(B) 49.49º 0.92% 1% -
XYZ 65.42 69.41 10.66 -
YUV 204.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 255 214 21 0 0.16 0.92 0 49.49 1 0.54
Hex FF D6 15 0 10 5C 0 31 64 36
Octal 377 326 25 0 20 134 0 61 144 66
Binary 11111111 11010110 10101 0 10000 1011100 0 110001 1100100 110110

Color Harmonies of #FFD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD615

Black with #FFD615

Text Example


Text Example

White with #FFD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD615; }

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

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

background-color css

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

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

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

border-color css

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

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

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