Html Css Color HEX #FBE570 Sweet Corn

📋 copy color: '#FBE570'

red 251 ◦ green 229 ◦ blue 112

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

Shades of Sweet Corn #FBE570

Tints of Sweet Corn #FBE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

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

R = 42.4%
G = 38.68%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBE570 (or 0xFBE570) is known color: Sweet Corn. HEX triplet: FB, E5 and 70. RGB value is (251,229,112). Sum of RGB (Red+Green+Blue) = 251+229+112=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE570 is #041A8F. Grayscale: #DEDEDE. Windows color (decimal): -268944 or 7398907. OLE color: 7398907.

HSL color Cylindrical-coordinate representation of color #FBE570: hue angle of 50.5º 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 #FBE570 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 229 112 -
CMYK 0 0.09 0.55 0.02
HSL 50.5º 0.95% 0.71% -
HSV(B) 50.5º 0.55% 0.98% -
XYZ 70.73 77.72 26.6 -
YUV 222.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 251 229 112 0 0.09 0.55 0.02 50.5 0.95 0.71
Hex FB E5 70 0 9 37 2 33 5F 47
Octal 373 345 160 0 11 67 2 63 137 107
Binary 11111011 11100101 1110000 0 1001 110111 10 110011 1011111 1000111

Color Harmonies of #FBE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE570

Black with #FBE570

Text Example


Text Example

White with #FBE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE570; }

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

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

background-color css

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

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

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

border-color css

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

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

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