Html Css Color HEX #FFD41E Turbo

📋 copy color: '#FFD41E'

red 255 ◦ green 212 ◦ blue 30

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

Shades of Turbo #FFD41E

Tints of Turbo #FFD41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.66%

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

R = 51.31%
G = 42.66%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFD41E (or 0xFFD41E) is known color: Turbo. HEX triplet: FF, D4 and 1E. RGB value is (255,212,30). Sum of RGB (Red+Green+Blue) = 255+212+30=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD41E is #002BE1. Grayscale: #CCCCCC. Windows color (decimal): -11234 or 2020607. OLE color: 2020607.

HSL color Cylindrical-coordinate representation of color #FFD41E: hue angle of 48.53º 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 #FFD41E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 212 30 -
CMYK 0 0.17 0.88 0
HSL 48.53º 1% 0.56% -
HSV(B) 48.53º 0.88% 1% -
XYZ 65.02 68.44 11.01 -
YUV 204.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 255 212 30 0 0.17 0.88 0 48.53 1 0.56
Hex FF D4 1E 0 11 58 0 31 64 38
Octal 377 324 36 0 21 130 0 61 144 70
Binary 11111111 11010100 11110 0 10001 1011000 0 110001 1100100 111000

Color Harmonies of #FFD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD41E

Black with #FFD41E

Text Example


Text Example

White with #FFD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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