Html Css Color HEX #FBE375 Sweet Corn

📋 copy color: '#FBE375'

red 251 ◦ green 227 ◦ blue 117

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

Shades of Sweet Corn #FBE375

Tints of Sweet Corn #FBE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.15%

 BLUE value IS 117 (46.09% from 255) = 19.66%

R = 42.18%
G = 38.15%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBE375 (or 0xFBE375) is known color: Sweet Corn. HEX triplet: FB, E3 and 75. RGB value is (251,227,117). Sum of RGB (Red+Green+Blue) = 251+227+117=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE375 is #041C8A. Grayscale: #DEDEDE. Windows color (decimal): -269451 or 7726075. OLE color: 7726075.

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

Color convert

RGB 251 227 117 -
CMYK 0 0.10 0.53 0.02
HSL 49.25º 0.94% 0.72% -
HSV(B) 49.25º 0.53% 0.98% -
XYZ 70.46 76.73 27.93 -
YUV 221.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 251 227 117 0 0.10 0.53 0.02 49.25 0.94 0.72
Hex FB E3 75 0 A 35 2 31 5E 48
Octal 373 343 165 0 12 65 2 61 136 110
Binary 11111011 11100011 1110101 0 1010 110101 10 110001 1011110 1001000

Color Harmonies of #FBE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE375

Black with #FBE375

Text Example


Text Example

White with #FBE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE375; }

 p { color: rgb(251,227,117); }

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

background-color css

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

 a { background-color: rgb(251,227,117); }

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

border-color css

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

 span { border-color: rgb(251,227,117); }

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