Html Css Color HEX #FBE27A Sweet Corn

📋 copy color: '#FBE27A'

red 251 ◦ green 226 ◦ blue 122

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

Shades of Sweet Corn #FBE27A

Tints of Sweet Corn #FBE27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.37%

R = 41.9%
G = 37.73%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBE27A (or 0xFBE27A) is known color: Sweet Corn. HEX triplet: FB, E2 and 7A. RGB value is (251,226,122). Sum of RGB (Red+Green+Blue) = 251+226+122=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE27A is #041D85. Grayscale: #DEDEDE. Windows color (decimal): -269702 or 8053499. OLE color: 8053499.

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

Color convert

RGB 251 226 122 -
CMYK 0 0.10 0.51 0.02
HSL 48.37º 0.94% 0.73% -
HSV(B) 48.37º 0.51% 0.98% -
XYZ 70.49 76.31 29.43 -
YUV 221.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 251 226 122 0 0.10 0.51 0.02 48.37 0.94 0.73
Hex FB E2 7A 0 A 33 2 30 5E 49
Octal 373 342 172 0 12 63 2 60 136 111
Binary 11111011 11100010 1111010 0 1010 110011 10 110000 1011110 1001001

Color Harmonies of #FBE27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE27A

Black with #FBE27A

Text Example


Text Example

White with #FBE27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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