Html Css Color HEX #FFD61E Turbo

📋 copy color: '#FFD61E'

red 255 ◦ green 214 ◦ blue 30

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

Shades of Turbo #FFD61E

Tints of Turbo #FFD61E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

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

R = 51.1%
G = 42.89%
B = 6.01%

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

#FFD61E (or 0xFFD61E) is known color: Turbo. HEX triplet: FF, D6 and 1E. RGB value is (255,214,30). Sum of RGB (Red+Green+Blue) = 255+214+30=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD61E is #0029E1. Grayscale: #CECECE. Windows color (decimal): -10722 or 2021119. OLE color: 2021119.

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

Color convert

RGB 255 214 30 -
CMYK 0 0.16 0.88 0
HSL 49.07º 1% 0.56% -
HSV(B) 49.07º 0.88% 1% -
XYZ 65.52 69.45 11.18 -
YUV 205.28 29.08 163.46 -
System Red Green Blue C M Y K H S L
Decimal 255 214 30 0 0.16 0.88 0 49.07 1 0.56
Hex FF D6 1E 0 10 58 0 31 64 38
Octal 377 326 36 0 20 130 0 61 144 70
Binary 11111111 11010110 11110 0 10000 1011000 0 110001 1100100 111000

Color Harmonies of #FFD61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD61E

Black with #FFD61E

Text Example


Text Example

White with #FFD61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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