Html Css Color HEX #FBDF7D Sweet Corn

📋 copy color: '#FBDF7D'

red 251 ◦ green 223 ◦ blue 125

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

Shades of Sweet Corn #FBDF7D

Tints of Sweet Corn #FBDF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.87%

R = 41.9%
G = 37.23%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBDF7D (or 0xFBDF7D) is known color: Sweet Corn. HEX triplet: FB, DF and 7D. RGB value is (251,223,125). Sum of RGB (Red+Green+Blue) = 251+223+125=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF7D is #042082. Grayscale: #DCDCDC. Windows color (decimal): -270467 or 8249339. OLE color: 8249339.

HSL color Cylindrical-coordinate representation of color #FBDF7D: hue angle of 46.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBDF7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 223 125 -
CMYK 0 0.11 0.50 0.02
HSL 46.67º 0.94% 0.74% -
HSV(B) 46.67º 0.5% 0.98% -
XYZ 69.87 74.77 30.15 -
YUV 220.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 251 223 125 0 0.11 0.50 0.02 46.67 0.94 0.74
Hex FB DF 7D 0 B 32 2 2F 5E 4A
Octal 373 337 175 0 13 62 2 57 136 112
Binary 11111011 11011111 1111101 0 1011 110010 10 101111 1011110 1001010

Color Harmonies of #FBDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF7D

Black with #FBDF7D

Text Example


Text Example

White with #FBDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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