Html Css Color HEX #FBDE7A Sweet Corn

📋 copy color: '#FBDE7A'

red 251 ◦ green 222 ◦ blue 122

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

Shades of Sweet Corn #FBDE7A

Tints of Sweet Corn #FBDE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 42.18%
G = 37.31%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBDE7A (or 0xFBDE7A) is known color: Sweet Corn. HEX triplet: FB, DE and 7A. RGB value is (251,222,122). Sum of RGB (Red+Green+Blue) = 251+222+122=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDE7A is #042185. Grayscale: #DBDBDB. Windows color (decimal): -270726 or 8052475. OLE color: 8052475.

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

Color convert

RGB 251 222 122 -
CMYK 0 0.12 0.51 0.02
HSL 46.51º 0.94% 0.73% -
HSV(B) 46.51º 0.51% 0.98% -
XYZ 69.42 74.16 29.07 -
YUV 219.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 251 222 122 0 0.12 0.51 0.02 46.51 0.94 0.73
Hex FB DE 7A 0 C 33 2 2F 5E 49
Octal 373 336 172 0 14 63 2 57 136 111
Binary 11111011 11011110 1111010 0 1100 110011 10 101111 1011110 1001001

Color Harmonies of #FBDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDE7A

Black with #FBDE7A

Text Example


Text Example

White with #FBDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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