#FBCF28

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

Shades of Turbo #FBCF28

Tints of Turbo #FBCF28

Color information

#FBCF28 (or 0xFBCF28) is unknown color: approx Turbo. HEX triplet: FB, CF and 28. RGB value is (251,207,40). Sum of RGB (Red+Green+Blue) = 251+207+40=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCF28 is #0430D7. Grayscale: #C9C9C9. Windows color (decimal): -274648 or 2674683. OLE color: 2674683.

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

Color convert

RGB25120740-
CMYK00.180.840.02
HSL47.49º96.35%57.06%-
HSV(B)47.49º84.06%98.43%-
XYZ62.4865.2911.32-
YUV201.1237.08163.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.40%
GREEN value IS 207 (81.25% from 255) = 41.57%
BLUE value IS 40 (16.02% from 255) = 8.03%
R=50.40%
G=41.57%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512074000.180.840.0247.4996.3557.06
HexFBCF280125422f6039
Octal3733175002212425714071
Binary11111011110011111010000100101010100101011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF28; }

 p { color: rgb(251,207,40); }

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

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

 a { background-color: rgb(251,207,40); }

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

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

 span { border-color: rgb(251,207,40); }

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