Html Css Color HEX #FFD51D Turbo

📋 copy color: '#FFD51D'

red 255 ◦ green 213 ◦ blue 29

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

Shades of Turbo #FFD51D

Tints of Turbo #FFD51D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

 BLUE value IS 29 (11.72% from 255) = 5.84%

R = 51.31%
G = 42.86%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFD51D (or 0xFFD51D) is known color: Turbo. HEX triplet: FF, D5 and 1D. RGB value is (255,213,29). Sum of RGB (Red+Green+Blue) = 255+213+29=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 29 (11.72% from 255 or 5.84% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD51D is #002AE2. Grayscale: #CDCDCD. Windows color (decimal): -10979 or 1955327. OLE color: 1955327.

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

Color convert

RGB 255 213 29 -
CMYK 0 0.16 0.89 0
HSL 48.85º 1% 0.56% -
HSV(B) 48.85º 0.89% 1% -
XYZ 65.26 68.94 11.03 -
YUV 204.58 28.91 163.96 -
System Red Green Blue C M Y K H S L
Decimal 255 213 29 0 0.16 0.89 0 48.85 1 0.56
Hex FF D5 1D 0 10 59 0 31 64 38
Octal 377 325 35 0 20 131 0 61 144 70
Binary 11111111 11010101 11101 0 10000 1011001 0 110001 1100100 111000

Color Harmonies of #FFD51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD51D

Black with #FFD51D

Text Example


Text Example

White with #FFD51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD51D; }

 p { color: rgb(255,213,29); }

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

background-color css

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

 a { background-color: rgb(255,213,29); }

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

border-color css

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

 span { border-color: rgb(255,213,29); }

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