#FBDC22

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

Shades of Turbo #FBDC22

Tints of Turbo #FBDC22

Color information

#FBDC22 (or 0xFBDC22) is unknown color: approx Turbo. HEX triplet: FB, DC and 22. RGB value is (251,220,34). Sum of RGB (Red+Green+Blue) = 251+220+34=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 34 (13.67% from 255 or 6.73% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC22 is #0423DD. Grayscale: #D0D0D0. Windows color (decimal): -271326 or 2284795. OLE color: 2284795.

HSL color Cylindrical-coordinate representation of color #FBDC22: hue angle of 51.43º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBDC22 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB25122034-
CMYK00.120.860.02
HSL51.43º96.44%55.88%-
HSV(B)51.43º86.45%98.43%-
XYZ65.6771.8111.91-
YUV208.0629.77158.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.70%
GREEN value IS 220 (86.33% from 255) = 43.56%
BLUE value IS 34 (13.67% from 255) = 6.73%
R=49.70%
G=43.56%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512203400.120.860.0251.4396.4455.88
HexFBDC220C562336038
Octal3733344201412626314070
Binary1111101111011100100010011001010110101100111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC22; }

 p { color: rgb(251,220,34); }

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

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

 a { background-color: rgb(251,220,34); }

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

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

 span { border-color: rgb(251,220,34); }

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