Html Css Color HEX #FBE16C Sweet Corn

📋 copy color: '#FBE16C'

red 251 ◦ green 225 ◦ blue 108

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

Shades of Sweet Corn #FBE16C

Tints of Sweet Corn #FBE16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.49%

R = 42.98%
G = 38.53%
B = 18.49%

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

#FBE16C (or 0xFBE16C) is known color: Sweet Corn. HEX triplet: FB, E1 and 6C. RGB value is (251,225,108). Sum of RGB (Red+Green+Blue) = 251+225+108=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 108 (42.58% from 255 or 18.49% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE16C is #041E93. Grayscale: #DBDBDB. Windows color (decimal): -269972 or 7135739. OLE color: 7135739.

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

Color convert

RGB 251 225 108 -
CMYK 0 0.10 0.57 0.02
HSL 49.09º 0.95% 0.7% -
HSV(B) 49.09º 0.57% 0.98% -
XYZ 69.42 75.44 25.09 -
YUV 219.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 251 225 108 0 0.10 0.57 0.02 49.09 0.95 0.7
Hex FB E1 6C 0 A 39 2 31 5F 46
Octal 373 341 154 0 12 71 2 61 137 106
Binary 11111011 11100001 1101100 0 1010 111001 10 110001 1011111 1000110

Color Harmonies of #FBE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE16C

Black with #FBE16C

Text Example


Text Example

White with #FBE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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