Html Css Color HEX #FFD013 Turbo

📋 copy color: '#FFD013'

red 255 ◦ green 208 ◦ blue 19

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

Shades of Turbo #FFD013

Tints of Turbo #FFD013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.94%

R = 52.9%
G = 43.15%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFD013 (or 0xFFD013) is known color: Turbo. HEX triplet: FF, D0 and 13. RGB value is (255,208,19). Sum of RGB (Red+Green+Blue) = 255+208+19=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 19 (7.81% from 255 or 3.94% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD013 is #002FEC. Grayscale: #C9C9C9. Windows color (decimal): -12269 or 1298687. OLE color: 1298687.

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

Color convert

RGB 255 208 19 -
CMYK 0 0.18 0.93 0
HSL 48.05º 1% 0.54% -
HSV(B) 48.05º 0.93% 1% -
XYZ 63.91 66.42 10.07 -
YUV 200.51 25.57 166.87 -
System Red Green Blue C M Y K H S L
Decimal 255 208 19 0 0.18 0.93 0 48.05 1 0.54
Hex FF D0 13 0 12 5D 0 30 64 36
Octal 377 320 23 0 22 135 0 60 144 66
Binary 11111111 11010000 10011 0 10010 1011101 0 110000 1100100 110110

Color Harmonies of #FFD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD013

Black with #FFD013

Text Example


Text Example

White with #FFD013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD013; }

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

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

background-color css

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

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

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

border-color css

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

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

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