Html Css Color HEX #FFF5B9 Corn Field

📋 copy color: '#FFF5B9'

red 255 ◦ green 245 ◦ blue 185

#FFF5B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Field #FFF5B9

Tints of Corn Field #FFF5B9

RGB

 RED value IS 255 (100% from 255) = 37.23%

 GREEN value IS 245 (96.09% from 255) = 35.77%

 BLUE value IS 185 (72.66% from 255) = 27.01%

R = 37.23%
G = 35.77%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFF5B9 (or 0xFFF5B9) is known color: Corn Field. HEX triplet: FF, F5 and B9. RGB value is (255,245,185). Sum of RGB (Red+Green+Blue) = 255+245+185=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 185 (72.66% from 255 or 27.01% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5B9 is #000A46. Grayscale: #F1F1F1. Windows color (decimal): -2631 or 12187135. OLE color: 12187135.

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

Color convert

RGB 255 245 185 -
CMYK 0 0.04 0.27 0
HSL 51.43º 1% 0.86% -
HSV(B) 51.43º 0.27% 1% -
XYZ 82.65 90.07 58.93 -
YUV 241.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 255 245 185 0 0.04 0.27 0 51.43 1 0.86
Hex FF F5 B9 0 4 1B 0 33 64 56
Octal 377 365 271 0 4 33 0 63 144 126
Binary 11111111 11110101 10111001 0 100 11011 0 110011 1100100 1010110

Color Harmonies of #FFF5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5B9

Black with #FFF5B9

Text Example


Text Example

White with #FFF5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5B9; }

 p { color: rgb(255,245,185); }

 H1.HeaderClassName
 {
   color: #FFF5B9;
 }
 .AnyTagClassName
 {
   color: #FFF5B9;
 }
</style>

background-color css

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

 a { background-color: rgb(255,245,185); }

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

border-color css

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

 span { border-color: rgb(255,245,185); }

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