Html Css Color HEX #FFF5B6 Corn Field

📋 copy color: '#FFF5B6'

red 255 ◦ green 245 ◦ blue 182

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

Shades of Corn Field #FFF5B6

Tints of Corn Field #FFF5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 26.69%

R = 37.39%
G = 35.92%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFF5B6 (or 0xFFF5B6) is known color: Corn Field. HEX triplet: FF, F5 and B6. RGB value is (255,245,182). Sum of RGB (Red+Green+Blue) = 255+245+182=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 182 (71.48% from 255 or 26.69% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5B6 is #000A49. Grayscale: #F1F1F1. Windows color (decimal): -2634 or 11990527. OLE color: 11990527.

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

Color convert

RGB 255 245 182 -
CMYK 0 0.04 0.29 0
HSL 51.78º 1% 0.86% -
HSV(B) 51.78º 0.29% 1% -
XYZ 82.34 89.94 57.28 -
YUV 240.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 255 245 182 0 0.04 0.29 0 51.78 1 0.86
Hex FF F5 B6 0 4 1D 0 34 64 56
Octal 377 365 266 0 4 35 0 64 144 126
Binary 11111111 11110101 10110110 0 100 11101 0 110100 1100100 1010110

Color Harmonies of #FFF5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5B6

Black with #FFF5B6

Text Example


Text Example

White with #FFF5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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