#FFD622

Color #FFD622 Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #FFD622

Tints of Turbo #FFD622

Color information

#FFD622 (or 0xFFD622) is unknown color: approx Turbo. HEX triplet: FF, D6 and 22. RGB value is (255,214,34). Sum of RGB (Red+Green+Blue) = 255+214+34=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 34 (13.67% from 255 or 6.76% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD622 is #0029DD. Grayscale: #CECECE. Windows color (decimal): -10718 or 2283263. OLE color: 2283263.

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

Color convert

RGB25521434-
CMYK00.160.870
HSL48.87º100%56.67%-
HSV(B)48.87º86.67%100%-
XYZ65.5869.4711.47-
YUV205.7431.08163.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 34 (13.67% from 255) = 6.76%
R=50.70%
G=42.54%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552143400.160.87048.8710056.67
HexFFD622010570316439
Octal3773264202012706114471
Binary1111111111010110100010010000101011101100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD622; }

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

 H1.HeaderClassName
 {
   color: #FFD622;
 }
 .AnyTagClassName
 {
   color: #FFD622;
 }
</style>
background-color css

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

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

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

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

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

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