#FFF25B

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

Shades of Corn #FFF25B

Tints of Corn #FFF25B

Color information

#FFF25B (or 0xFFF25B) is unknown color: approx Corn. HEX triplet: FF, F2 and 5B. RGB value is (255,242,91). Sum of RGB (Red+Green+Blue) = 255+242+91=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 91 (35.94% from 255 or 15.48% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF25B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF25B is #000DA4. Grayscale: #E5E5E5. Windows color (decimal): -3493 or 6025983. OLE color: 6025983.

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

Color convert

RGB25524291-
CMYK00.050.640
HSL55.24º100%67.84%-
HSV(B)55.24º64.31%100%-
XYZ74.8885.5222.46-
YUV228.6750.31146.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 242 (94.92% from 255) = 41.16%
BLUE value IS 91 (35.94% from 255) = 15.48%
R=43.37%
G=41.16%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552429100.050.64055.2410067.84
HexFFF25B05400376444
Octal37736213305100067144104
Binary1111111111110010101101101011000000011011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF25B; }

 p { color: rgb(255,242,91); }

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

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

 a { background-color: rgb(255,242,91); }

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

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

 span { border-color: rgb(255,242,91); }

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