Html Css Color HEX #FFD71E Turbo

📋 copy color: '#FFD71E'

red 255 ◦ green 215 ◦ blue 30

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

Shades of Turbo #FFD71E

Tints of Turbo #FFD71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6%

R = 51%
G = 43%
B = 6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFD71E (or 0xFFD71E) is known color: Turbo. HEX triplet: FF, D7 and 1E. RGB value is (255,215,30). Sum of RGB (Red+Green+Blue) = 255+215+30=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD71E is #0028E1. Grayscale: #CECECE. Windows color (decimal): -10466 or 2021375. OLE color: 2021375.

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

Color convert

RGB 255 215 30 -
CMYK 0 0.16 0.88 0
HSL 49.33º 1% 0.56% -
HSV(B) 49.33º 0.88% 1% -
XYZ 65.77 69.95 11.26 -
YUV 205.87 28.75 163.04 -
System Red Green Blue C M Y K H S L
Decimal 255 215 30 0 0.16 0.88 0 49.33 1 0.56
Hex FF D7 1E 0 10 58 0 31 64 38
Octal 377 327 36 0 20 130 0 61 144 70
Binary 11111111 11010111 11110 0 10000 1011000 0 110001 1100100 111000

Color Harmonies of #FFD71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD71E

Black with #FFD71E

Text Example


Text Example

White with #FFD71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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