Html Css Color HEX #FBE364 Corn

📋 copy color: '#FBE364'

red 251 ◦ green 227 ◦ blue 100

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

Shades of Corn #FBE364

Tints of Corn #FBE364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.3%

R = 43.43%
G = 39.27%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBE364 (or 0xFBE364) is known color: Corn. HEX triplet: FB, E3 and 64. RGB value is (251,227,100). Sum of RGB (Red+Green+Blue) = 251+227+100=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 100 (39.45% from 255 or 17.30% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE364 is #041C9B. Grayscale: #DCDCDC. Windows color (decimal): -269468 or 6611963. OLE color: 6611963.

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

Color convert

RGB 251 227 100 -
CMYK 0 0.10 0.60 0.02
HSL 50.46º 0.95% 0.69% -
HSV(B) 50.46º 0.6% 0.98% -
XYZ 69.55 76.37 23.13 -
YUV 219.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 251 227 100 0 0.10 0.60 0.02 50.46 0.95 0.69
Hex FB E3 64 0 A 3C 2 32 5F 45
Octal 373 343 144 0 12 74 2 62 137 105
Binary 11111011 11100011 1100100 0 1010 111100 10 110010 1011111 1000101

Color Harmonies of #FBE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE364

Black with #FBE364

Text Example


Text Example

White with #FBE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE364; }

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

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

background-color css

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

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

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

border-color css

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

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

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