Html Css Color HEX #FBE17A Sweet Corn

📋 copy color: '#FBE17A'

red 251 ◦ green 225 ◦ blue 122

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

Shades of Sweet Corn #FBE17A

Tints of Sweet Corn #FBE17A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.63%

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

R = 41.97%
G = 37.63%
B = 20.4%

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

#FBE17A (or 0xFBE17A) is known color: Sweet Corn. HEX triplet: FB, E1 and 7A. RGB value is (251,225,122). Sum of RGB (Red+Green+Blue) = 251+225+122=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE17A is #041E85. Grayscale: #DDDDDD. Windows color (decimal): -269958 or 8053243. OLE color: 8053243.

HSL color Cylindrical-coordinate representation of color #FBE17A: hue angle of 47.91º 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 #FBE17A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 225 122 -
CMYK 0 0.10 0.51 0.02
HSL 47.91º 0.94% 0.73% -
HSV(B) 47.91º 0.51% 0.98% -
XYZ 70.22 75.76 29.34 -
YUV 221.03 72.11 149.38 -
System Red Green Blue C M Y K H S L
Decimal 251 225 122 0 0.10 0.51 0.02 47.91 0.94 0.73
Hex FB E1 7A 0 A 33 2 30 5E 49
Octal 373 341 172 0 12 63 2 60 136 111
Binary 11111011 11100001 1111010 0 1010 110011 10 110000 1011110 1001001

Color Harmonies of #FBE17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE17A

Black with #FBE17A

Text Example


Text Example

White with #FBE17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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