Html Css Color HEX #FBE07D Sweet Corn

📋 copy color: '#FBE07D'

red 251 ◦ green 224 ◦ blue 125

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

Shades of Sweet Corn #FBE07D

Tints of Sweet Corn #FBE07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.33%

 BLUE value IS 125 (49.22% from 255) = 20.83%

R = 41.83%
G = 37.33%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBE07D (or 0xFBE07D) is known color: Sweet Corn. HEX triplet: FB, E0 and 7D. RGB value is (251,224,125). Sum of RGB (Red+Green+Blue) = 251+224+125=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE07D is #041F82. Grayscale: #DDDDDD. Windows color (decimal): -270211 or 8249595. OLE color: 8249595.

HSL color Cylindrical-coordinate representation of color #FBE07D: hue angle of 47.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBE07D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 224 125 -
CMYK 0 0.11 0.50 0.02
HSL 47.14º 0.94% 0.74% -
HSV(B) 47.14º 0.5% 0.98% -
XYZ 70.14 75.3 30.24 -
YUV 220.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 251 224 125 0 0.11 0.50 0.02 47.14 0.94 0.74
Hex FB E0 7D 0 B 32 2 2F 5E 4A
Octal 373 340 175 0 13 62 2 57 136 112
Binary 11111011 11100000 1111101 0 1011 110010 10 101111 1011110 1001010

Color Harmonies of #FBE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE07D

Black with #FBE07D

Text Example


Text Example

White with #FBE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE07D; }

 p { color: rgb(251,224,125); }

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

background-color css

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

 a { background-color: rgb(251,224,125); }

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

border-color css

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

 span { border-color: rgb(251,224,125); }

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