Html Css Color HEX #FFD728 Turbo

📋 copy color: '#FFD728'

red 255 ◦ green 215 ◦ blue 40

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

Shades of Turbo #FFD728

Tints of Turbo #FFD728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

 BLUE value IS 40 (16.02% from 255) = 7.84%

R = 50%
G = 42.16%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFD728 (or 0xFFD728) is known color: Turbo. HEX triplet: FF, D7 and 28. RGB value is (255,215,40). Sum of RGB (Red+Green+Blue) = 255+215+40=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD728 is #0028D7. Grayscale: #CFCFCF. Windows color (decimal): -10456 or 2676735. OLE color: 2676735.

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

Color convert

RGB 255 215 40 -
CMYK 0 0.16 0.84 0
HSL 48.84º 1% 0.58% -
HSV(B) 48.84º 0.84% 1% -
XYZ 65.92 70.01 12.05 -
YUV 207.01 33.75 162.23 -
System Red Green Blue C M Y K H S L
Decimal 255 215 40 0 0.16 0.84 0 48.84 1 0.58
Hex FF D7 28 0 10 54 0 31 64 3A
Octal 377 327 50 0 20 124 0 61 144 72
Binary 11111111 11010111 101000 0 10000 1010100 0 110001 1100100 111010

Color Harmonies of #FFD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD728

Black with #FFD728

Text Example


Text Example

White with #FFD728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD728; }

 p { color: rgb(255,215,40); }

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

background-color css

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

 a { background-color: rgb(255,215,40); }

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

border-color css

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

 span { border-color: rgb(255,215,40); }

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