Html Css Color HEX #FBE275 Sweet Corn

📋 copy color: '#FBE275'

red 251 ◦ green 226 ◦ blue 117

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

Shades of Sweet Corn #FBE275

Tints of Sweet Corn #FBE275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.7%

R = 42.26%
G = 38.05%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBE275 (or 0xFBE275) is known color: Sweet Corn. HEX triplet: FB, E2 and 75. RGB value is (251,226,117). Sum of RGB (Red+Green+Blue) = 251+226+117=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE275 is #041D8A. Grayscale: #DDDDDD. Windows color (decimal): -269707 or 7725819. OLE color: 7725819.

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

Color convert

RGB 251 226 117 -
CMYK 0 0.10 0.53 0.02
HSL 48.81º 0.94% 0.72% -
HSV(B) 48.81º 0.53% 0.98% -
XYZ 70.19 76.19 27.84 -
YUV 221.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 251 226 117 0 0.10 0.53 0.02 48.81 0.94 0.72
Hex FB E2 75 0 A 35 2 31 5E 48
Octal 373 342 165 0 12 65 2 61 136 110
Binary 11111011 11100010 1110101 0 1010 110101 10 110001 1011110 1001000

Color Harmonies of #FBE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE275

Black with #FBE275

Text Example


Text Example

White with #FBE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE275; }

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

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

background-color css

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

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

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

border-color css

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

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

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