Html Css Color HEX #FBE85A Corn

📋 copy color: '#FBE85A'

red 251 ◦ green 232 ◦ blue 90

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

Shades of Corn #FBE85A

Tints of Corn #FBE85A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.49%

 BLUE value IS 90 (35.55% from 255) = 15.71%

R = 43.8%
G = 40.49%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBE85A (or 0xFBE85A) is known color: Corn. HEX triplet: FB, E8 and 5A. RGB value is (251,232,90). Sum of RGB (Red+Green+Blue) = 251+232+90=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 90 (35.55% from 255 or 15.71% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE85A is #0417A5. Grayscale: #DEDEDE. Windows color (decimal): -268198 or 5957883. OLE color: 5957883.

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

Color convert

RGB 251 232 90 -
CMYK 0 0.08 0.64 0.02
HSL 52.92º 0.95% 0.67% -
HSV(B) 52.92º 0.64% 0.98% -
XYZ 70.49 78.96 21.2 -
YUV 221.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 251 232 90 0 0.08 0.64 0.02 52.92 0.95 0.67
Hex FB E8 5A 0 8 40 2 35 5F 43
Octal 373 350 132 0 10 100 2 65 137 103
Binary 11111011 11101000 1011010 0 1000 1000000 10 110101 1011111 1000011

Color Harmonies of #FBE85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE85A

Black with #FBE85A

Text Example


Text Example

White with #FBE85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE85A; }

 p { color: rgb(251,232,90); }

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

background-color css

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

 a { background-color: rgb(251,232,90); }

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

border-color css

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

 span { border-color: rgb(251,232,90); }

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