Html Css Color HEX #FBDA6C Sweet Corn

📋 copy color: '#FBDA6C'

red 251 ◦ green 218 ◦ blue 108

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

Shades of Sweet Corn #FBDA6C

Tints of Sweet Corn #FBDA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.78%

 BLUE value IS 108 (42.58% from 255) = 18.72%

R = 43.5%
G = 37.78%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBDA6C (or 0xFBDA6C) is known color: Sweet Corn. HEX triplet: FB, DA and 6C. RGB value is (251,218,108). Sum of RGB (Red+Green+Blue) = 251+218+108=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA6C is #042593. Grayscale: #D7D7D7. Windows color (decimal): -271764 or 7133947. OLE color: 7133947.

HSL color Cylindrical-coordinate representation of color #FBDA6C: hue angle of 46.15º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBDA6C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 108 -
CMYK 0 0.13 0.57 0.02
HSL 46.15º 0.95% 0.7% -
HSV(B) 46.15º 0.57% 0.98% -
XYZ 67.56 71.73 24.47 -
YUV 215.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 251 218 108 0 0.13 0.57 0.02 46.15 0.95 0.7
Hex FB DA 6C 0 D 39 2 2E 5F 46
Octal 373 332 154 0 15 71 2 56 137 106
Binary 11111011 11011010 1101100 0 1101 111001 10 101110 1011111 1000110

Color Harmonies of #FBDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA6C

Black with #FBDA6C

Text Example


Text Example

White with #FBDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA6C; }

 p { color: rgb(251,218,108); }

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

background-color css

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

 a { background-color: rgb(251,218,108); }

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

border-color css

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

 span { border-color: rgb(251,218,108); }

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