Html Css Color HEX #FBDA6B Sweet Corn

📋 copy color: '#FBDA6B'

red 251 ◦ green 218 ◦ blue 107

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

Shades of Sweet Corn #FBDA6B

Tints of Sweet Corn #FBDA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.58%

R = 43.58%
G = 37.85%
B = 18.58%

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

#FBDA6B (or 0xFBDA6B) is known color: Sweet Corn. HEX triplet: FB, DA and 6B. RGB value is (251,218,107). Sum of RGB (Red+Green+Blue) = 251+218+107=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA6B is #042594. Grayscale: #D7D7D7. Windows color (decimal): -271765 or 7068411. OLE color: 7068411.

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

Color convert

RGB 251 218 107 -
CMYK 0 0.13 0.57 0.02
HSL 46.25º 0.95% 0.7% -
HSV(B) 46.25º 0.57% 0.98% -
XYZ 67.51 71.71 24.19 -
YUV 215.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 251 218 107 0 0.13 0.57 0.02 46.25 0.95 0.7
Hex FB DA 6B 0 D 39 2 2E 5F 46
Octal 373 332 153 0 15 71 2 56 137 106
Binary 11111011 11011010 1101011 0 1101 111001 10 101110 1011111 1000110

Color Harmonies of #FBDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA6B

Black with #FBDA6B

Text Example


Text Example

White with #FBDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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