Html Css Color HEX #FBDD74 Sweet Corn

📋 copy color: '#FBDD74'

red 251 ◦ green 221 ◦ blue 116

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

Shades of Sweet Corn #FBDD74

Tints of Sweet Corn #FBDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

 BLUE value IS 116 (45.7% from 255) = 19.73%

R = 42.69%
G = 37.59%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBDD74 (or 0xFBDD74) is known color: Sweet Corn. HEX triplet: FB, DD and 74. RGB value is (251,221,116). Sum of RGB (Red+Green+Blue) = 251+221+116=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD74 is #04228B. Grayscale: #DADADA. Windows color (decimal): -270988 or 7659003. OLE color: 7659003.

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

Color convert

RGB 251 221 116 -
CMYK 0 0.12 0.54 0.02
HSL 46.67º 0.94% 0.72% -
HSV(B) 46.67º 0.54% 0.98% -
XYZ 68.79 73.48 27.08 -
YUV 218 70.44 151.54 -
System Red Green Blue C M Y K H S L
Decimal 251 221 116 0 0.12 0.54 0.02 46.67 0.94 0.72
Hex FB DD 74 0 C 36 2 2F 5E 48
Octal 373 335 164 0 14 66 2 57 136 110
Binary 11111011 11011101 1110100 0 1100 110110 10 101111 1011110 1001000

Color Harmonies of #FBDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD74

Black with #FBDD74

Text Example


Text Example

White with #FBDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD74; }

 p { color: rgb(251,221,116); }

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

background-color css

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

 a { background-color: rgb(251,221,116); }

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

border-color css

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

 span { border-color: rgb(251,221,116); }

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