Html Css Color HEX #FBED5A Corn

📋 copy color: '#FBED5A'

red 251 ◦ green 237 ◦ blue 90

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

Shades of Corn #FBED5A

Tints of Corn #FBED5A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41%

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

R = 43.43%
G = 41%
B = 15.57%

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

#FBED5A (or 0xFBED5A) is known color: Corn. HEX triplet: FB, ED and 5A. RGB value is (251,237,90). Sum of RGB (Red+Green+Blue) = 251+237+90=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED5A is #0412A5. Grayscale: #E1E1E1. Windows color (decimal): -266918 or 5959163. OLE color: 5959163.

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

Color convert

RGB 251 237 90 -
CMYK 0 0.06 0.64 0.02
HSL 54.78º 0.95% 0.67% -
HSV(B) 54.78º 0.64% 0.98% -
XYZ 71.91 81.82 21.67 -
YUV 224.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 251 237 90 0 0.06 0.64 0.02 54.78 0.95 0.67
Hex FB ED 5A 0 6 40 2 37 5F 43
Octal 373 355 132 0 6 100 2 67 137 103
Binary 11111011 11101101 1011010 0 110 1000000 10 110111 1011111 1000011

Color Harmonies of #FBED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED5A

Black with #FBED5A

Text Example


Text Example

White with #FBED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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