Html Css Color HEX #FBEC5A Corn

📋 copy color: '#FBEC5A'

red 251 ◦ green 236 ◦ blue 90

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

Shades of Corn #FBEC5A

Tints of Corn #FBEC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.9%

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

R = 43.5%
G = 40.9%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBEC5A (or 0xFBEC5A) is known color: Corn. HEX triplet: FB, EC and 5A. RGB value is (251,236,90). Sum of RGB (Red+Green+Blue) = 251+236+90=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 90 (35.55% from 255 or 15.60% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEC5A is #0413A5. Grayscale: #E0E0E0. Windows color (decimal): -267174 or 5958907. OLE color: 5958907.

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

Color convert

RGB 251 236 90 -
CMYK 0 0.06 0.64 0.02
HSL 54.41º 0.95% 0.67% -
HSV(B) 54.41º 0.64% 0.98% -
XYZ 71.62 81.24 21.58 -
YUV 223.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 251 236 90 0 0.06 0.64 0.02 54.41 0.95 0.67
Hex FB EC 5A 0 6 40 2 36 5F 43
Octal 373 354 132 0 6 100 2 66 137 103
Binary 11111011 11101100 1011010 0 110 1000000 10 110110 1011111 1000011

Color Harmonies of #FBEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEC5A

Black with #FBEC5A

Text Example


Text Example

White with #FBEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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