Html Css Color HEX #FBE672 Sweet Corn

📋 copy color: '#FBE672'

red 251 ◦ green 230 ◦ blue 114

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

Shades of Sweet Corn #FBE672

Tints of Sweet Corn #FBE672

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.66%

 BLUE value IS 114 (44.92% from 255) = 19.16%

R = 42.18%
G = 38.66%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBE672 (or 0xFBE672) is known color: Sweet Corn. HEX triplet: FB, E6 and 72. RGB value is (251,230,114). Sum of RGB (Red+Green+Blue) = 251+230+114=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 114 (44.92% from 255 or 19.16% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE672 is #04198D. Grayscale: #DFDFDF. Windows color (decimal): -268686 or 7530235. OLE color: 7530235.

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

Color convert

RGB 251 230 114 -
CMYK 0 0.08 0.55 0.02
HSL 50.8º 0.94% 0.72% -
HSV(B) 50.8º 0.55% 0.98% -
XYZ 71.12 78.32 27.29 -
YUV 223.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 251 230 114 0 0.08 0.55 0.02 50.8 0.94 0.72
Hex FB E6 72 0 8 37 2 33 5E 48
Octal 373 346 162 0 10 67 2 63 136 110
Binary 11111011 11100110 1110010 0 1000 110111 10 110011 1011110 1001000

Color Harmonies of #FBE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE672

Black with #FBE672

Text Example


Text Example

White with #FBE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE672; }

 p { color: rgb(251,230,114); }

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

background-color css

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

 a { background-color: rgb(251,230,114); }

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

border-color css

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

 span { border-color: rgb(251,230,114); }

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