Html Css Color HEX #FFD71C Turbo

📋 copy color: '#FFD71C'

red 255 ◦ green 215 ◦ blue 28

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

Shades of Turbo #FFD71C

Tints of Turbo #FFD71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.62%

R = 51.2%
G = 43.17%
B = 5.62%

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

#FFD71C (or 0xFFD71C) is known color: Turbo. HEX triplet: FF, D7 and 1C. RGB value is (255,215,28). Sum of RGB (Red+Green+Blue) = 255+215+28=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD71C is #0028E3. Grayscale: #CECECE. Windows color (decimal): -10468 or 1890303. OLE color: 1890303.

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

Color convert

RGB 255 215 28 -
CMYK 0 0.16 0.89 0
HSL 49.43º 1% 0.55% -
HSV(B) 49.43º 0.89% 1% -
XYZ 65.75 69.94 11.13 -
YUV 205.64 27.75 163.21 -
System Red Green Blue C M Y K H S L
Decimal 255 215 28 0 0.16 0.89 0 49.43 1 0.55
Hex FF D7 1C 0 10 59 0 31 64 37
Octal 377 327 34 0 20 131 0 61 144 67
Binary 11111111 11010111 11100 0 10000 1011001 0 110001 1100100 110111

Color Harmonies of #FFD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD71C

Black with #FFD71C

Text Example


Text Example

White with #FFD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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