Html Css Color HEX #FBE16B Sweet Corn

📋 copy color: '#FBE16B'

red 251 ◦ green 225 ◦ blue 107

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

Shades of Sweet Corn #FBE16B

Tints of Sweet Corn #FBE16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.35%

R = 43.05%
G = 38.59%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBE16B (or 0xFBE16B) is known color: Sweet Corn. HEX triplet: FB, E1 and 6B. RGB value is (251,225,107). Sum of RGB (Red+Green+Blue) = 251+225+107=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 107 (42.19% from 255 or 18.35% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE16B is #041E94. Grayscale: #DBDBDB. Windows color (decimal): -269973 or 7070203. OLE color: 7070203.

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

Color convert

RGB 251 225 107 -
CMYK 0 0.10 0.57 0.02
HSL 49.17º 0.95% 0.7% -
HSV(B) 49.17º 0.57% 0.98% -
XYZ 69.36 75.42 24.81 -
YUV 219.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 251 225 107 0 0.10 0.57 0.02 49.17 0.95 0.7
Hex FB E1 6B 0 A 39 2 31 5F 46
Octal 373 341 153 0 12 71 2 61 137 106
Binary 11111011 11100001 1101011 0 1010 111001 10 110001 1011111 1000110

Color Harmonies of #FBE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE16B

Black with #FBE16B

Text Example


Text Example

White with #FBE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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