Html Css Color HEX #FBDF6A Sweet Corn

📋 copy color: '#FBDF6A'

red 251 ◦ green 223 ◦ blue 106

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

Shades of Sweet Corn #FBDF6A

Tints of Sweet Corn #FBDF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.28%

R = 43.28%
G = 38.45%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBDF6A (or 0xFBDF6A) is known color: Sweet Corn. HEX triplet: FB, DF and 6A. RGB value is (251,223,106). Sum of RGB (Red+Green+Blue) = 251+223+106=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF6A is #042095. Grayscale: #DADADA. Windows color (decimal): -270486 or 7004155. OLE color: 7004155.

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

Color convert

RGB 251 223 106 -
CMYK 0 0.11 0.58 0.02
HSL 48.41º 0.95% 0.7% -
HSV(B) 48.41º 0.58% 0.98% -
XYZ 68.77 74.33 24.36 -
YUV 218.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 251 223 106 0 0.11 0.58 0.02 48.41 0.95 0.7
Hex FB DF 6A 0 B 3A 2 30 5F 46
Octal 373 337 152 0 13 72 2 60 137 106
Binary 11111011 11011111 1101010 0 1011 111010 10 110000 1011111 1000110

Color Harmonies of #FBDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF6A

Black with #FBDF6A

Text Example


Text Example

White with #FBDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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