#FBEF5C

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

Shades of Corn #FBEF5C

Tints of Corn #FBEF5C

Color information

#FBEF5C (or 0xFBEF5C) is unknown color: approx Corn. HEX triplet: FB, EF and 5C. RGB value is (251,239,92). Sum of RGB (Red+Green+Blue) = 251+239+92=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 92 (36.33% from 255 or 15.81% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEF5C is #0410A3. Grayscale: #E2E2E2. Windows color (decimal): -266404 or 6090747. OLE color: 6090747.

HSL color Cylindrical-coordinate representation of color #FBEF5C: hue angle of 55.47º 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 #FBEF5C is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25123992-
CMYK00.050.630.02
HSL55.47º95.21%67.25%-
HSV(B)55.47º63.35%98.43%-
XYZ72.5883.0122.32-
YUV225.8352.48145.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 239 (93.75% from 255) = 41.07%
BLUE value IS 92 (36.33% from 255) = 15.81%
R=43.13%
G=41.07%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512399200.050.630.0255.4795.2167.25
HexFBEF5C053F2375f43
Octal3733571340577267137103
Binary1111101111101111101110001011111111011011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEF5C; }

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

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

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

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

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

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

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

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