Html Css Color HEX #FFD015 Turbo

📋 copy color: '#FFD015'

red 255 ◦ green 208 ◦ blue 21

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

Shades of Turbo #FFD015

Tints of Turbo #FFD015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

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

R = 52.69%
G = 42.98%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFD015 (or 0xFFD015) is known color: Turbo. HEX triplet: FF, D0 and 15. RGB value is (255,208,21). Sum of RGB (Red+Green+Blue) = 255+208+21=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 21 (8.59% from 255 or 4.34% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD015 is #002FEA. Grayscale: #C9C9C9. Windows color (decimal): -12267 or 1429759. OLE color: 1429759.

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

Color convert

RGB 255 208 21 -
CMYK 0 0.18 0.92 0
HSL 47.95º 1% 0.54% -
HSV(B) 47.95º 0.92% 1% -
XYZ 63.93 66.43 10.16 -
YUV 200.74 26.57 166.71 -
System Red Green Blue C M Y K H S L
Decimal 255 208 21 0 0.18 0.92 0 47.95 1 0.54
Hex FF D0 15 0 12 5C 0 30 64 36
Octal 377 320 25 0 22 134 0 60 144 66
Binary 11111111 11010000 10101 0 10010 1011100 0 110000 1100100 110110

Color Harmonies of #FFD015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD015

Black with #FFD015

Text Example


Text Example

White with #FFD015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD015; }

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

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

background-color css

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

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

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

border-color css

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

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

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