Html Css Color HEX #FBE473 Sweet Corn

📋 copy color: '#FBE473'

red 251 ◦ green 228 ◦ blue 115

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

Shades of Sweet Corn #FBE473

Tints of Sweet Corn #FBE473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

 BLUE value IS 115 (45.31% from 255) = 19.36%

R = 42.26%
G = 38.38%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBE473 (or 0xFBE473) is known color: Sweet Corn. HEX triplet: FB, E4 and 73. RGB value is (251,228,115). Sum of RGB (Red+Green+Blue) = 251+228+115=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 115 (45.31% from 255 or 19.36% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE473 is #041B8C. Grayscale: #DEDEDE. Windows color (decimal): -269197 or 7595259. OLE color: 7595259.

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

Color convert

RGB 251 228 115 -
CMYK 0 0.09 0.54 0.02
HSL 49.85º 0.94% 0.72% -
HSV(B) 49.85º 0.54% 0.98% -
XYZ 70.62 77.23 27.41 -
YUV 222 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 251 228 115 0 0.09 0.54 0.02 49.85 0.94 0.72
Hex FB E4 73 0 9 36 2 32 5E 48
Octal 373 344 163 0 11 66 2 62 136 110
Binary 11111011 11100100 1110011 0 1001 110110 10 110010 1011110 1001000

Color Harmonies of #FBE473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE473

Black with #FBE473

Text Example


Text Example

White with #FBE473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE473; }

 p { color: rgb(251,228,115); }

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

background-color css

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

 a { background-color: rgb(251,228,115); }

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

border-color css

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

 span { border-color: rgb(251,228,115); }

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