Html Css Color HEX #FBDF7A Sweet Corn

📋 copy color: '#FBDF7A'

red 251 ◦ green 223 ◦ blue 122

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

Shades of Sweet Corn #FBDF7A

Tints of Sweet Corn #FBDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.42%

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

R = 42.11%
G = 37.42%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FBDF7A (or 0xFBDF7A) is known color: Sweet Corn. HEX triplet: FB, DF and 7A. RGB value is (251,223,122). Sum of RGB (Red+Green+Blue) = 251+223+122=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 122 (48.05% from 255 or 20.47% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF7A is #042085. Grayscale: #DCDCDC. Windows color (decimal): -270470 or 8052731. OLE color: 8052731.

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

Color convert

RGB 251 223 122 -
CMYK 0 0.11 0.51 0.02
HSL 46.98º 0.94% 0.73% -
HSV(B) 46.98º 0.51% 0.98% -
XYZ 69.68 74.69 29.16 -
YUV 219.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 251 223 122 0 0.11 0.51 0.02 46.98 0.94 0.73
Hex FB DF 7A 0 B 33 2 2F 5E 49
Octal 373 337 172 0 13 63 2 57 136 111
Binary 11111011 11011111 1111010 0 1011 110011 10 101111 1011110 1001001

Color Harmonies of #FBDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF7A

Black with #FBDF7A

Text Example


Text Example

White with #FBDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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