Html Css Color HEX #FBED5B Corn

📋 copy color: '#FBED5B'

red 251 ◦ green 237 ◦ blue 91

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

Shades of Corn #FBED5B

Tints of Corn #FBED5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.72%

R = 43.35%
G = 40.93%
B = 15.72%

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

#FBED5B (or 0xFBED5B) is known color: Corn. HEX triplet: FB, ED and 5B. RGB value is (251,237,91). Sum of RGB (Red+Green+Blue) = 251+237+91=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 91 (35.94% from 255 or 15.72% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED5B is #0412A4. Grayscale: #E1E1E1. Windows color (decimal): -266917 or 6024699. OLE color: 6024699.

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

Color convert

RGB 251 237 91 -
CMYK 0 0.06 0.64 0.02
HSL 54.75º 0.95% 0.67% -
HSV(B) 54.75º 0.64% 0.98% -
XYZ 71.96 81.83 21.9 -
YUV 224.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 251 237 91 0 0.06 0.64 0.02 54.75 0.95 0.67
Hex FB ED 5B 0 6 40 2 37 5F 43
Octal 373 355 133 0 6 100 2 67 137 103
Binary 11111011 11101101 1011011 0 110 1000000 10 110111 1011111 1000011

Color Harmonies of #FBED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED5B

Black with #FBED5B

Text Example


Text Example

White with #FBED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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