Html Css Color HEX #FBE260 Corn

📋 copy color: '#FBE260'

red 251 ◦ green 226 ◦ blue 96

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

Shades of Corn #FBE260

Tints of Corn #FBE260

RGB

 RED value IS 251 (98.44% from 255) = 43.8%

 GREEN value IS 226 (88.67% from 255) = 39.44%

 BLUE value IS 96 (37.89% from 255) = 16.75%

R = 43.8%
G = 39.44%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBE260 (or 0xFBE260) is known color: Corn. HEX triplet: FB, E2 and 60. RGB value is (251,226,96). Sum of RGB (Red+Green+Blue) = 251+226+96=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 96 (37.89% from 255 or 16.75% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE260 is #041D9F. Grayscale: #DBDBDB. Windows color (decimal): -269728 or 6349563. OLE color: 6349563.

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

Color convert

RGB 251 226 96 -
CMYK 0 0.10 0.62 0.02
HSL 50.32º 0.95% 0.68% -
HSV(B) 50.32º 0.62% 0.98% -
XYZ 69.09 75.75 22.05 -
YUV 218.66 58.78 151.07 -
System Red Green Blue C M Y K H S L
Decimal 251 226 96 0 0.10 0.62 0.02 50.32 0.95 0.68
Hex FB E2 60 0 A 3E 2 32 5F 44
Octal 373 342 140 0 12 76 2 62 137 104
Binary 11111011 11100010 1100000 0 1010 111110 10 110010 1011111 1000100

Color Harmonies of #FBE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE260

Black with #FBE260

Text Example


Text Example

White with #FBE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE260; }

 p { color: rgb(251,226,96); }

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

background-color css

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

 a { background-color: rgb(251,226,96); }

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

border-color css

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

 span { border-color: rgb(251,226,96); }

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