Html Css Color HEX #FBDB74 Sweet Corn

📋 copy color: '#FBDB74'

red 251 ◦ green 219 ◦ blue 116

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

Shades of Sweet Corn #FBDB74

Tints of Sweet Corn #FBDB74

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

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

R = 42.83%
G = 37.37%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBDB74 (or 0xFBDB74) is known color: Sweet Corn. HEX triplet: FB, DB and 74. RGB value is (251,219,116). Sum of RGB (Red+Green+Blue) = 251+219+116=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB74 is #04248B. Grayscale: #D9D9D9. Windows color (decimal): -271500 or 7658491. OLE color: 7658491.

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

Color convert

RGB 251 219 116 -
CMYK 0 0.13 0.54 0.02
HSL 45.78º 0.94% 0.72% -
HSV(B) 45.78º 0.54% 0.98% -
XYZ 68.27 72.43 26.91 -
YUV 216.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 251 219 116 0 0.13 0.54 0.02 45.78 0.94 0.72
Hex FB DB 74 0 D 36 2 2E 5E 48
Octal 373 333 164 0 15 66 2 56 136 110
Binary 11111011 11011011 1110100 0 1101 110110 10 101110 1011110 1001000

Color Harmonies of #FBDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB74

Black with #FBDB74

Text Example


Text Example

White with #FBDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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