Html Css Color HEX #FBE070 Sweet Corn

📋 copy color: '#FBE070'

red 251 ◦ green 224 ◦ blue 112

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

Shades of Sweet Corn #FBE070

Tints of Sweet Corn #FBE070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.08%

R = 42.76%
G = 38.16%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBE070 (or 0xFBE070) is known color: Sweet Corn. HEX triplet: FB, E0 and 70. RGB value is (251,224,112). Sum of RGB (Red+Green+Blue) = 251+224+112=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE070 is #041F8F. Grayscale: #DBDBDB. Windows color (decimal): -270224 or 7397627. OLE color: 7397627.

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

Color convert

RGB 251 224 112 -
CMYK 0 0.11 0.55 0.02
HSL 48.35º 0.95% 0.71% -
HSV(B) 48.35º 0.55% 0.98% -
XYZ 69.36 74.99 26.15 -
YUV 219.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 251 224 112 0 0.11 0.55 0.02 48.35 0.95 0.71
Hex FB E0 70 0 B 37 2 30 5F 47
Octal 373 340 160 0 13 67 2 60 137 107
Binary 11111011 11100000 1110000 0 1011 110111 10 110000 1011111 1000111

Color Harmonies of #FBE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE070

Black with #FBE070

Text Example


Text Example

White with #FBE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE070; }

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

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

background-color css

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

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

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

border-color css

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

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

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