#FBF15C

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

Shades of Corn #FBF15C

Tints of Corn #FBF15C

Color information

#FBF15C (or 0xFBF15C) is unknown color: approx Corn. HEX triplet: FB, F1 and 5C. RGB value is (251,241,92). Sum of RGB (Red+Green+Blue) = 251+241+92=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 92 (36.33% from 255 or 15.75% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF15C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF15C is #040EA3. Grayscale: #E3E3E3. Windows color (decimal): -265892 or 6091259. OLE color: 6091259.

HSL color Cylindrical-coordinate representation of color #FBF15C: hue angle of 56.23º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBF15C is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25124192-
CMYK00.040.630.02
HSL56.23º95.21%67.25%-
HSV(B)56.23º63.35%98.43%-
XYZ73.1784.1922.52-
YUV22751.81145.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 92 (36.33% from 255) = 15.75%
R=42.98%
G=41.27%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512419200.040.630.0256.2395.2167.25
HexFBF15C043F2385f43
Octal3733611340477270137103
Binary1111101111110001101110001001111111011100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF15C; }

 p { color: rgb(251,241,92); }

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

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

 a { background-color: rgb(251,241,92); }

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

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

 span { border-color: rgb(251,241,92); }

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