Html Css Color HEX #FFD11A Turbo

📋 copy color: '#FFD11A'

red 255 ◦ green 209 ◦ blue 26

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

Shades of Turbo #FFD11A

Tints of Turbo #FFD11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.65%

 BLUE value IS 26 (10.55% from 255) = 5.31%

R = 52.04%
G = 42.65%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFD11A (or 0xFFD11A) is known color: Turbo. HEX triplet: FF, D1 and 1A. RGB value is (255,209,26). Sum of RGB (Red+Green+Blue) = 255+209+26=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 26 (10.55% from 255 or 5.31% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD11A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD11A is #002EE5. Grayscale: #CACACA. Windows color (decimal): -12006 or 1757695. OLE color: 1757695.

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

Color convert

RGB 255 209 26 -
CMYK 0 0.18 0.90 0
HSL 47.95º 1% 0.55% -
HSV(B) 47.95º 0.9% 1% -
XYZ 64.23 66.94 10.51 -
YUV 201.89 28.74 165.88 -
System Red Green Blue C M Y K H S L
Decimal 255 209 26 0 0.18 0.90 0 47.95 1 0.55
Hex FF D1 1A 0 12 5A 0 30 64 37
Octal 377 321 32 0 22 132 0 60 144 67
Binary 11111111 11010001 11010 0 10010 1011010 0 110000 1100100 110111

Color Harmonies of #FFD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD11A

Black with #FFD11A

Text Example


Text Example

White with #FFD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD11A; }

 p { color: rgb(255,209,26); }

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

background-color css

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

 a { background-color: rgb(255,209,26); }

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

border-color css

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

 span { border-color: rgb(255,209,26); }

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