Html Css Color HEX #FBDE6E Sweet Corn

📋 copy color: '#FBDE6E'

red 251 ◦ green 222 ◦ blue 110

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

Shades of Sweet Corn #FBDE6E

Tints of Sweet Corn #FBDE6E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.08%

 BLUE value IS 110 (43.36% from 255) = 18.87%

R = 43.05%
G = 38.08%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBDE6E (or 0xFBDE6E) is known color: Sweet Corn. HEX triplet: FB, DE and 6E. RGB value is (251,222,110). Sum of RGB (Red+Green+Blue) = 251+222+110=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDE6E is #042191. Grayscale: #DADADA. Windows color (decimal): -270738 or 7266043. OLE color: 7266043.

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

Color convert

RGB 251 222 110 -
CMYK 0 0.12 0.56 0.02
HSL 47.66º 0.95% 0.71% -
HSV(B) 47.66º 0.56% 0.98% -
XYZ 68.72 73.88 25.39 -
YUV 217.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 251 222 110 0 0.12 0.56 0.02 47.66 0.95 0.71
Hex FB DE 6E 0 C 38 2 30 5F 47
Octal 373 336 156 0 14 70 2 60 137 107
Binary 11111011 11011110 1101110 0 1100 111000 10 110000 1011111 1000111

Color Harmonies of #FBDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDE6E

Black with #FBDE6E

Text Example


Text Example

White with #FBDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDE6E; }

 p { color: rgb(251,222,110); }

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

background-color css

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

 a { background-color: rgb(251,222,110); }

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

border-color css

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

 span { border-color: rgb(251,222,110); }

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