Html Css Color HEX #FFD014 Turbo

📋 copy color: '#FFD014'

red 255 ◦ green 208 ◦ blue 20

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

Shades of Turbo #FFD014

Tints of Turbo #FFD014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.14%

R = 52.8%
G = 43.06%
B = 4.14%

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

#FFD014 (or 0xFFD014) is known color: Turbo. HEX triplet: FF, D0 and 14. RGB value is (255,208,20). Sum of RGB (Red+Green+Blue) = 255+208+20=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD014 is #002FEB. Grayscale: #C9C9C9. Windows color (decimal): -12268 or 1364223. OLE color: 1364223.

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

Color convert

RGB 255 208 20 -
CMYK 0 0.18 0.92 0
HSL 48º 1% 0.54% -
HSV(B) 48º 0.92% 1% -
XYZ 63.92 66.42 10.11 -
YUV 200.62 26.07 166.79 -
System Red Green Blue C M Y K H S L
Decimal 255 208 20 0 0.18 0.92 0 48 1 0.54
Hex FF D0 14 0 12 5C 0 30 64 36
Octal 377 320 24 0 22 134 0 60 144 66
Binary 11111111 11010000 10100 0 10010 1011100 0 110000 1100100 110110

Color Harmonies of #FFD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD014

Black with #FFD014

Text Example


Text Example

White with #FFD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD014; }

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

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

background-color css

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

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

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

border-color css

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

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

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